C# Class BusterWood.Testing.FailException

Inheritance: Exception
Exibir arquivo Open project: busterwood/Goodies

Public Methods

Method Description
FailException ( ) : System
FailException ( string message ) : System
FailException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

FailException() public method

public FailException ( ) : System
return System

FailException() protected method

protected FailException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

FailException() public method

public FailException ( string message ) : System
message string
return System

FailException() public method

public FailException ( string message, Exception innerException ) : System
message string
innerException Exception
return System