C# Class Remotion.Linq.SqlBackend.MappingResolution.UnmappedItemException

Inheritance: System.Exception
ファイルを表示 Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Public Methods

Method Description
UnmappedItemException ( string message ) : System
UnmappedItemException ( string message, Exception innerException ) : System

Method Details

UnmappedItemException() public method

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

UnmappedItemException() public method

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