Asn1InvalidArgException Class Reference
Inheritance diagram for Asn1InvalidArgException:
Public Member Functions | |
Asn1InvalidArgException (System.String argName, System.String argValue) |
Detailed Description
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)..
Constructor & Destructor Documentation
Asn1InvalidArgException | ( | System.String | argName, | |
System.String | argValue | |||
) |
This constructor creates an exception object with a textual message describing the argument that was invalid..
- Parameters:
-
argName Name of invalid argument argValue Value of invalid argument