C# Class Microsoft.Zing.ZingInfiniteLoopException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

ZingInfiniteLoopException() public méthode

public ZingInfiniteLoopException ( ) : System
Résultat System

ZingInfiniteLoopException() protected méthode

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

ZingInfiniteLoopException() public méthode

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

ZingInfiniteLoopException() public méthode

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