C# Class Microsoft.Zing.ZingIndexOutOfRangeException

Inheritance: ZingException
Show file Open project: ZingModelChecker/Zing

Public Methods

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

Protected Methods

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

Method Details

ZingIndexOutOfRangeException() public method

public ZingIndexOutOfRangeException ( ) : System
return System

ZingIndexOutOfRangeException() protected method

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

ZingIndexOutOfRangeException() public method

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

ZingIndexOutOfRangeException() public method

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