Class DewException
Inheritance
object
System.Exception
DewException
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class DewException : Exception
Constructors
DewException(DewExceptionType, string)
Declaration
public DewException(DewExceptionType type, string extraMessage = "")
Parameters
| Type | Name | Description |
|---|---|---|
| DewExceptionType | type | |
| string | extraMessage |
Properties
type
Declaration
public DewExceptionType type { get; }
Property Value
| Type | Description |
|---|---|
| DewExceptionType |