C# Class ET.Obj2Schema.MappingNotDefinedException

Inheritance: System.Exception
ファイルを表示 Open project: etcoding/Obj2Schema

Public Methods

Method Description
MappingNotDefinedException ( Type type ) : System
MappingNotDefinedException ( string message ) : System

Protected Methods

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

Method Details

MappingNotDefinedException() protected method

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

MappingNotDefinedException() public method

public MappingNotDefinedException ( Type type ) : System
type System.Type
return System

MappingNotDefinedException() public method

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