Class SoNotSupportedException
Exception stating that something is not supported in the given context.
Implements
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoNotSupportedException : SoException, ISerializable
Constructors
SoNotSupportedException(string)
Exception stating that something is not supported in the given context.
Declaration
public SoNotSupportedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Reason for not supporting or explenation of what is not supported. |