C# Class Keyczar.Util.WebSafeBase64.Base64DecodingException

Inheritance: System.Exception
Mostrar archivo Open project: jbtule/keyczar-dotnet

Public Methods

Method Description
Base64DecodingException ( ) : System

Initializes a new instance of the Base64DecodingException class.

Base64DecodingException ( string message ) : System

Initializes a new instance of the Base64DecodingException class.

Base64DecodingException ( string message, Exception innerException ) : System

Initializes a new instance of the Base64DecodingException class.

Protected Methods

Method Description
Base64DecodingException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the Base64DecodingException class.

Method Details

Base64DecodingException() public method

Initializes a new instance of the Base64DecodingException class.
public Base64DecodingException ( ) : System
return System

Base64DecodingException() protected method

Initializes a new instance of the Base64DecodingException class.
protected Base64DecodingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The info.
context System.Runtime.Serialization.StreamingContext The context.
return System

Base64DecodingException() public method

Initializes a new instance of the Base64DecodingException class.
public Base64DecodingException ( string message ) : System
message string The message.
return System

Base64DecodingException() public method

Initializes a new instance of the Base64DecodingException class.
public Base64DecodingException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
return System