Class SoFileNotFoundException
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoFileNotFoundException : SoException
Constructors
SoFileNotFoundException(String, Exception, Boolean)
Declaration
public SoFileNotFoundException(string message, Exception innerException, bool logAsException = true)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException | |
Boolean | logAsException |
Extension Methods
EnumUtil.MapEnums<From, To>(From)