Class WFPException
Exception WFPException. Fired when any network filtering errors occur.
Inherited Members
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public class WFPException : BaseSDKException
Constructors
WFPException(String)
Initializes a new instance of the WFPException class.
Declaration
public WFPException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message to pass to the calling code. |
WFPException(String, Exception)
Initializes a new instance of the WFPException class.
Declaration
public WFPException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message to pass to the calling code. |
Exception | inner | The exception that we are passing up. |