C# 클래스 ThoughtWorksMingleLib.MingleNotRunningException

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

공개 메소드들

메소드 설명
MingleNotRunningException ( ) : System

Exception thrown when Mingle is not running

MingleNotRunningException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Mingle not running exception serialization API

MingleNotRunningException ( string message ) : System

Exception thrown when Mingle is not running

MingleNotRunningException ( string message, Exception inner ) : System

Exception thrown when Mingle is not running

메소드 상세

MingleNotRunningException() 공개 메소드

Exception thrown when Mingle is not running
public MingleNotRunningException ( ) : System
리턴 System

MingleNotRunningException() 공개 메소드

Mingle not running exception serialization API
public MingleNotRunningException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
리턴 System

MingleNotRunningException() 공개 메소드

Exception thrown when Mingle is not running
public MingleNotRunningException ( string message ) : System
message string Exception message
리턴 System

MingleNotRunningException() 공개 메소드

Exception thrown when Mingle is not running
public MingleNotRunningException ( string message, Exception inner ) : System
message string Exception message
inner System.Exception Inner exception that caused this exception
리턴 System