Asn1InvalidTagException Class

The exception that is thrown when a data stream contains invalid ASN.1 type or type is not the one client expects.

Definition

Namespace: SysadminsLV.Asn1Parser
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
C#
[SerializableAttribute]
public sealed class Asn1InvalidTagException : Exception
Inheritance
Object    Exception    Asn1InvalidTagException

Constructors

Asn1InvalidTagExceptionInitializes a new instance of the Asn1InvalidTagException class
Asn1InvalidTagException(Exception)Initializes a new instance of the Asn1InvalidTagException class
Asn1InvalidTagException(Int32)Initializes a new instance of the Asn1InvalidTagException class
Asn1InvalidTagException(String)Initializes a new instance of the Asn1InvalidTagException class
Asn1InvalidTagException(SerializationInfo, StreamingContext)Initializes a new instance of the Asn1InvalidTagException class
Asn1InvalidTagException(String, Exception)Initializes a new instance of the Asn1InvalidTagException class

Properties

Data
(Inherited from Exception)
HelpLink
(Inherited from Exception)
HResult
(Inherited from Exception)
InnerException
(Inherited from Exception)
Message
(Inherited from Exception)
Offset Gets the offset at which invalid ASN tag appear.
Source
(Inherited from Exception)
StackTrace
(Inherited from Exception)
TargetSite
(Inherited from Exception)

Methods

Equals
(Inherited from Object)
GetBaseException
(Inherited from Exception)
GetHashCode
(Inherited from Object)
GetObjectData
(Inherited from Exception)
GetType
(Inherited from Exception)
ToString
(Inherited from Exception)

See Also