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
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoNotImplementedException : SoException, ISerializable
Constructors
SoNotImplementedException(string)
Default constructor.
Declaration
public SoNotImplementedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Reason for not implementing the functionality. |