C# Class Microsoft.Zing.ZingIndexOutOfRangeException

Inheritance: ZingException
Afficher le fichier Open project: ZingModelChecker/Zing

Méthodes publiques

Méthode Description
ZingIndexOutOfRangeException ( ) : System
ZingIndexOutOfRangeException ( string message ) : System
ZingIndexOutOfRangeException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
ZingIndexOutOfRangeException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Method Details

ZingIndexOutOfRangeException() public méthode

public ZingIndexOutOfRangeException ( ) : System
Résultat System

ZingIndexOutOfRangeException() protected méthode

protected ZingIndexOutOfRangeException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Résultat System

ZingIndexOutOfRangeException() public méthode

public ZingIndexOutOfRangeException ( string message ) : System
message string
Résultat System

ZingIndexOutOfRangeException() public méthode

public ZingIndexOutOfRangeException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System