C# Class NBitcoin.BouncyCastle.Asn1.Asn1Exception

Inheritance: System.IO.IOException
显示文件 Open project: Nethereum/Nethereum

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