Method | Description | |
---|---|---|
ZenException ( string e ) : System |
Creates a new instance of the ZenException class.
|
|
ZenException ( string s, Exception innerException ) : System |
Creates a new instance of the ZenException class.
|
public ZenException ( string s, Exception innerException ) : System | ||
s | string | The description. |
innerException | Exception | The inner exception. |
return | System |