ASN1C C# Runtime Library  7.4
Public Member Functions | List of all members
Asn1InvalidArgException Class Reference
Inheritance diagram for Asn1InvalidArgException:
Asn1Exception

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)
 

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()

Asn1InvalidArgException ( System.String  argName,
System.String  argValue 
)

This constructor creates an exception object with a textual message describing the argument that was invalid..

Parameters
argNameName of invalid argument
argValueValue of invalid argument