C# Class Org.BouncyCastle.Asn1.Asn1Exception

Inheritance: System.IO.IOException
Mostra file Open project: nonorganic/dssnet

Public Methods

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

Method Details

Asn1Exception() public method

public Asn1Exception ( ) : System
return System

Asn1Exception() public method

public Asn1Exception ( string message ) : System
message string
return System

Asn1Exception() public method

public Asn1Exception ( string message, Exception exception ) : System
message string
exception System.Exception
return System