C# Class ThoughtWorksMingleLib.MingleUnauthorizedException

Inheritance: System.Exception
Afficher le fichier Open project: ThoughtWorksStudios/mingle.net

Méthodes publiques

Méthode Description
MingleUnauthorizedException ( ) : System

Constructs a new MingleUnauthorizedException

MingleUnauthorizedException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Constructs a new MingleUnauthorizedException

MingleUnauthorizedException ( string message ) : System

Constructs a new MingleUnauthorizedException

MingleUnauthorizedException ( string message, Exception inner ) : System

Constructs a new MingleUnauthorizedException

Method Details

MingleUnauthorizedException() public méthode

Constructs a new MingleUnauthorizedException
public MingleUnauthorizedException ( ) : System
Résultat System

MingleUnauthorizedException() public méthode

Constructs a new MingleUnauthorizedException
public MingleUnauthorizedException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Résultat System

MingleUnauthorizedException() public méthode

Constructs a new MingleUnauthorizedException
public MingleUnauthorizedException ( string message ) : System
message string Exception message
Résultat System

MingleUnauthorizedException() public méthode

Constructs a new MingleUnauthorizedException
public MingleUnauthorizedException ( string message, Exception inner ) : System
message string Exception message
inner System.Exception Inner exception that caused this exception
Résultat System