C# 클래스 Microsoft.Zing.ZingException

상속: System.Exception
파일 보기 프로젝트 열기: ZingModelChecker/Zing

공개 프로퍼티들

프로퍼티 타입 설명
myThreadId int

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ToString ( ) : string

Returns a formatted version of the exception for human consumption.

보호된 메소드들

메소드 설명
ZingException ( ) : System
ZingException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
ZingException ( string message ) : System
ZingException ( string message, Exception innerException ) : System

비공개 메소드들

메소드 설명
BuildStackTrace ( ) : string

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

ToString() 공개 최종 메소드

Returns a formatted version of the exception for human consumption.
public final ToString ( ) : string
리턴 string

ZingException() 보호된 메소드

protected ZingException ( ) : System
리턴 System

ZingException() 보호된 메소드

protected ZingException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
리턴 System

ZingException() 보호된 메소드

protected ZingException ( string message ) : System
message string
리턴 System

ZingException() 보호된 메소드

protected ZingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

프로퍼티 상세

myThreadId 공개적으로 프로퍼티

Useful in the case of multithreaded execution of Zinger
public int myThreadId
리턴 int