C# 클래스 ThoughtWorksMingleLib.MingleUnauthorizedException

상속: System.Exception
파일 보기 프로젝트 열기: ThoughtWorksStudios/mingle.net

공개 메소드들

메소드 설명
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

메소드 상세

MingleUnauthorizedException() 공개 메소드

Constructs a new MingleUnauthorizedException
public MingleUnauthorizedException ( ) : System
리턴 System

MingleUnauthorizedException() 공개 메소드

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

MingleUnauthorizedException() 공개 메소드

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

MingleUnauthorizedException() 공개 메소드

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