C# Class Keyczar.Util.WebSafeBase64.Base64DecodingException

Inheritance: System.Exception
Afficher le fichier Open project: jbtule/keyczar-dotnet

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Base64DecodingException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the Base64DecodingException class.

Method Details

Base64DecodingException() public méthode

Initializes a new instance of the Base64DecodingException class.
public Base64DecodingException ( ) : System
Résultat System

Base64DecodingException() protected méthode

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.
Résultat System

Base64DecodingException() public méthode

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

Base64DecodingException() public méthode

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.
Résultat System