Class SoNotFoundException
Exception stating that something is not found.
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoNotFoundException : SoException, ISerializable, _Exception
Constructors
SoNotFoundException(String)
Exception stating that something is not found.
Declaration
public SoNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | What is not found. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)