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