C# Class Cats.Localization.Exceptions.TextNotFoundException

Inheritance: System.Exception
Show file Open project: edgecomputing/cats

Public Methods

Method Description
TextNotFoundException ( string message ) : System
TextNotFoundException ( string message, Exception innerException ) : System
ToString ( ) : string

Method Details

TextNotFoundException() public method

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

TextNotFoundException() public method

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

ToString() public method

public ToString ( ) : string
return string