C# Class Microsoft.PSharp.Runtime.RuntimeException

Inheritance: Exception
Afficher le fichier Open project: p-org/PSharp

Méthodes protégées

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

Initializes a new instance of the RuntimeException class.

Private Methods

Méthode Description
RuntimeException ( ) : System

Initializes a new instance of the RuntimeException class.

RuntimeException ( string message ) : System

Initializes a new instance of the RuntimeException class.

RuntimeException ( string message, Exception innerException ) : System

Initializes a new instance of the RuntimeException class.

Method Details

RuntimeException() protected méthode

Initializes a new instance of the RuntimeException class.
protected RuntimeException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo SerializationInfo
streamingContext StreamingContext
Résultat System