Class AccountMetadataException
Exception AccountMetadataException. Fires when the account metadata is incorrect..
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public class AccountMetadataException : CoreException
Constructors
AccountMetadataException(String)
Initializes a new instance of the AccountMetadataException class.
Declaration
public AccountMetadataException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message to pass to the calling code. |
AccountMetadataException(String, Exception)
Initializes a new instance of the AccountMetadataException class.
Declaration
public AccountMetadataException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message to pass to the calling code. |
Exception | innerException |
Properties
Type
Gets the error type.
Declaration
public override ErrorType Type { get; }
Property Value
Type | Description |
---|---|
ErrorType | The error type. |