Class SoNotSupportedException
Exception stating that something is not supported in the given context.
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoNotSupportedException : SoException, ISerializable, _Exception
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. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)