C# 클래스 Microsoft.Zing.ZingAssertionFailureException

상속: ZingException
파일 보기 프로젝트 열기: ZingModelChecker/Zing

공개 메소드들

메소드 설명
ZingAssertionFailureException ( ) : System
ZingAssertionFailureException ( string expression ) : System
ZingAssertionFailureException ( string message, Exception innerException ) : System
ZingAssertionFailureException ( string expression, string comment ) : System

보호된 메소드들

메소드 설명
ZingAssertionFailureException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

비공개 메소드들

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

메소드 상세

ZingAssertionFailureException() 공개 메소드

public ZingAssertionFailureException ( ) : System
리턴 System

ZingAssertionFailureException() 보호된 메소드

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

ZingAssertionFailureException() 공개 메소드

public ZingAssertionFailureException ( string expression ) : System
expression string
리턴 System

ZingAssertionFailureException() 공개 메소드

public ZingAssertionFailureException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

ZingAssertionFailureException() 공개 메소드

public ZingAssertionFailureException ( string expression, string comment ) : System
expression string
comment string
리턴 System