C# Class FluentAssert.Exceptions.AssertionException

Inheritance: System.Exception
Mostrar archivo Open project: mvbalaw/FluentAssert

Public Methods

Method Description
AssertionException ( Exception exception ) : System

Protected Methods

Method Description
AssertionException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
AssertionException ( string errorMessage ) : System
AssertionException ( string errorMessage, Exception innerException ) : System

Method Details

AssertionException() public method

public AssertionException ( Exception exception ) : System
exception System.Exception
return System

AssertionException() protected method

protected AssertionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System