Class SignatureNotValidException
Summary description for SignatureNotValidException.
Inheritance
Implements
Inherited Members
Namespace: ImageVault.Core.License.Meriworks
Assembly: ImageVault.Core.dll
Syntax
public class SignatureNotValidException : LicenseException, ISerializable, _Exception
Remarks
2007-02-09 dan: Created
Constructors
SignatureNotValidException()
Initializes a new instance of the SignatureNotValidException class.
Declaration
public SignatureNotValidException()
SignatureNotValidException(SerializationInfo, StreamingContext)
Initializes a new instance of the SignatureNotValidException class with serialized data. ///
Declaration
public SignatureNotValidException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
System.Runtime.Serialization.StreamingContext | context | The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
SignatureNotValidException(String)
Initializes a new instance of the SignatureNotValidException class with a specified error message.
Declaration
public SignatureNotValidException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | a message that describes the exception |
SignatureNotValidException(String, Exception)
Initializes a new instance of the SignatureNotValidException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public SignatureNotValidException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | a message that describes the exception |
System.Exception | innerException | The exception that caused this exception |
SignatureNotValidException(String, Object[])
Initializes a new instance of the SignatureNotValidException class with a specified formatted error message. ///
Declaration
public SignatureNotValidException(string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String | format | A System.String containing zero or more format items. |
System.Object[] | args | An System.Object array containing zero or more objects to format. |
Methods
GetObjectData(SerializationInfo, StreamingContext)
When overridden in a derived class, sets the SerializationInfo with information about the exception.
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
System.Runtime.Serialization.StreamingContext | context | The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |