C# Class ExpressionToCodeLib.Internal.AssertFailedException

Inheritance: System.Exception
Afficher le fichier Open project: EamonNerbonne/ExpressionToCode

Méthodes publiques

Méthode Description
AssertFailedException ( SerializationInfo info, StreamingContext context ) : System
AssertFailedException ( string message ) : System
AssertFailedException ( string message, Exception inner ) : System

Method Details

AssertFailedException() public méthode

public AssertFailedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

AssertFailedException() public méthode

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

AssertFailedException() public méthode

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