C# Class Microsoft.Zing.ZingerDFSStackOverFlow

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

ZingerDFSStackOverFlow() public méthode

public ZingerDFSStackOverFlow ( ) : System
Résultat System

ZingerDFSStackOverFlow() protected méthode

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

ZingerDFSStackOverFlow() public méthode

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

ZingerDFSStackOverFlow() public méthode

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