C# Class ThoughtWorksMingleLib.MingleUnauthorizedException

Inheritance: System.Exception
Datei anzeigen Open project: ThoughtWorksStudios/mingle.net

Public Methods

Method 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 method

Constructs a new MingleUnauthorizedException
public MingleUnauthorizedException ( ) : System
return System

MingleUnauthorizedException() public method

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

MingleUnauthorizedException() public method

Constructs a new MingleUnauthorizedException
public MingleUnauthorizedException ( string message ) : System
message string Exception message
return System

MingleUnauthorizedException() public method

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