Class SoNotImplementedException
Exception thrown when trying to access functionality that was not implemented.
This exception should never be thrown in release code.
Please notify sdk@superoffice.com if this exception is caught.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoNotImplementedException : SoException, ISerializable, _Exception
Constructors
SoNotImplementedException(String)
Default constructor.
Declaration
public SoNotImplementedException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Reason for not implementing the functionality. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Extension Methods
EnumUtil.MapEnums<From, To>(From)