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