Org.BouncyCastle.Asn1.Asn1Exception.Asn1Exception C# (CSharp) Method

Asn1Exception() public method

public Asn1Exception ( ) : System
return System
		public Asn1Exception()
			: base()
		{
		}

Same methods

Asn1Exception::Asn1Exception ( string message ) : System
Asn1Exception::Asn1Exception ( string message, Exception exception ) : System
Asn1Exception