C# Class FluentAssert.Exceptions.AssertionException

Inheritance: System.Exception
Afficher le fichier Open project: mvbalaw/FluentAssert

Méthodes publiques

Méthode Description
AssertionException ( Exception exception ) : System

Méthodes protégées

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

Private Methods

Méthode Description
AssertionException ( string errorMessage ) : System
AssertionException ( string errorMessage, Exception innerException ) : System

Method Details

AssertionException() public méthode

public AssertionException ( Exception exception ) : System
exception System.Exception
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