C# Class Keyczar.UnofficialNeedsExplicitUseException

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

Méthodes publiques

Méthode Description
UnofficialNeedsExplicitUseException ( ) : System

Initializes a new instance of the UnofficialNeedsExplicitUseException class.

UnofficialNeedsExplicitUseException ( string message ) : System

Initializes a new instance of the UnofficialNeedsExplicitUseException class.

UnofficialNeedsExplicitUseException ( string message, Exception innerException ) : System

Initializes a new instance of the UnofficialNeedsExplicitUseException class.

Méthodes protégées

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

Initializes a new instance of the UnofficialNeedsExplicitUseException class.

Method Details

UnofficialNeedsExplicitUseException() public méthode

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

UnofficialNeedsExplicitUseException() protected méthode

Initializes a new instance of the UnofficialNeedsExplicitUseException class.
protected UnofficialNeedsExplicitUseException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The info.
context System.Runtime.Serialization.StreamingContext The context.
Résultat System

UnofficialNeedsExplicitUseException() public méthode

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

UnofficialNeedsExplicitUseException() public méthode

Initializes a new instance of the UnofficialNeedsExplicitUseException class.
public UnofficialNeedsExplicitUseException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Résultat System