C# Class PclUnit.IgnoreException

Inheritance: ResultException
Mostra file Open project: jbtule/PclUnit

Public Methods

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

Method Details

IgnoreException() public method

public IgnoreException ( ) : System
return System

IgnoreException() public method

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

IgnoreException() public method

public IgnoreException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System