C# Class Uiml.MappingNotFoundException

Inheritance: System.Exception
ファイルを表示 Open project: jozilla/Uiml.net

Public Methods

Method Description
MappingNotFoundException ( string query ) : System
MappingNotFoundException ( string query, string from ) : System
MappingNotFoundException ( string query, string from, string to ) : System
ToString ( ) : String

Method Details

MappingNotFoundException() public method

public MappingNotFoundException ( string query ) : System
query string
return System

MappingNotFoundException() public method

public MappingNotFoundException ( string query, string from ) : System
query string
from string
return System

MappingNotFoundException() public method

public MappingNotFoundException ( string query, string from, string to ) : System
query string
from string
to string
return System

ToString() public method

public ToString ( ) : String
return String