C# Class Guidelines.Core.Validation.NotFoundException

Inheritance: System.Exception
Show file Open project: basicdays/Guidelines

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