ASN1C C# Runtime Library
7.2
|
Public Member Functions | |
Asn1InvalidArgException (System.String argName, System.String argValue) | |
Public Member Functions inherited from Asn1Exception | |
Asn1Exception (System.String message) | |
Asn1Exception (System.String message, System.Exception innerException) | |
Asn1Exception (Asn1DecodeBuffer buffer, System.String message) | |
This class defines the 'ASN.1 invalid argument' exception that is thrown when as argument that is passed to a method is determined to be invalid (for example, not within a defined range)..
Asn1InvalidArgException | ( | System.String | argName, |
System.String | argValue | ||
) |
This constructor creates an exception object with a textual message describing the argument that was invalid..
argName | Name of invalid argument |
argValue | Value of invalid argument |