C# Class FP.Core.NotFoundException

Inheritance: System.SystemException
Show file Open project: lukesandberg/PexFaultLocalization

Public Methods

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

Method Details

NotFoundException() public method

public NotFoundException ( ) : System
return System

NotFoundException() public method

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

NotFoundException() public method

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