C# Class FdoToolbox.Tasks.Controls.MappingException

Inheritance: System.Exception
Mostra file Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
MappingException ( ) : System
MappingException ( string message ) : System
MappingException ( string message, Exception inner ) : System

Protected Methods

Method Description
MappingException ( System info, System context ) : System

Method Details

MappingException() public method

public MappingException ( ) : System
return System

MappingException() protected method

protected MappingException ( System info, System context ) : System
info System
context System
return System

MappingException() public method

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

MappingException() public method

public MappingException ( string message, Exception inner ) : System
message string
inner System.Exception
return System