C# Class Microsoft.Zing.ZingOverflowException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

ZingOverflowException() public méthode

public ZingOverflowException ( ) : System
Résultat System

ZingOverflowException() protected méthode

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

ZingOverflowException() public méthode

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

ZingOverflowException() public méthode

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