Class SoNotFoundException
Exception stating that something is not found.
Implements
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoNotFoundException : SoException, ISerializable
Constructors
SoNotFoundException(string, bool)
Exception stating that something is not found.
Declaration
public SoNotFoundException(string message, bool logAsException = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | What is not found. |
| bool | logAsException |