Class CoreException
Inheritance
System.Object
CoreException
Inherited Members
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public class CoreException : BaseSDKException
Constructors
CoreException(String)
Initializes a new instance of the CoreException class.
Declaration
public CoreException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
CoreException(String, Exception)
Initializes a new instance of the CoreException class.
Declaration
public CoreException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Exception | inner | The inner exception. |