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

Public Member Functions

 Asn1SeqOrderException ()
 
- 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 sequence order' exception that is thrown when an element is received in a SEQUENCE construct that is not in the correct order..

Constructor & Destructor Documentation

◆ Asn1SeqOrderException()

This constructor creates an exception object with a textual message describing the element that was received out-of-order.