C# Class Bickle.AssertionException

Inheritance: System.Exception
Afficher le fichier Open project: davidmfoley/bickle

Méthodes publiques

Méthode Description
AssertionException ( ) : System
AssertionException ( string message ) : System
AssertionException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
AssertionException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AssertionException() public méthode

public AssertionException ( ) : System
Résultat System

AssertionException() protected méthode

protected AssertionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

AssertionException() public méthode

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

AssertionException() public méthode

public AssertionException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System