C# Class Microsoft.Zing.ZingInfiniteLoopException

Inheritance: ZingException
ファイルを表示 Open project: ZingModelChecker/Zing

Public Methods

Method Description
ZingInfiniteLoopException ( ) : System
ZingInfiniteLoopException ( string message ) : System
ZingInfiniteLoopException ( string message, Exception innerException ) : System

Protected Methods

Method Description
ZingInfiniteLoopException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Method Details

ZingInfiniteLoopException() public method

public ZingInfiniteLoopException ( ) : System
return System

ZingInfiniteLoopException() protected method

protected ZingInfiniteLoopException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
return System

ZingInfiniteLoopException() public method

public ZingInfiniteLoopException ( string message ) : System
message string
return System

ZingInfiniteLoopException() public method

public ZingInfiniteLoopException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System