Remotion.Linq.SqlBackend.MappingResolution.UnmappedItemException.UnmappedItemException C# (CSharp) Method

UnmappedItemException() public method

public UnmappedItemException ( string message ) : System
message string
return System
    public UnmappedItemException (string message)
        : this (message, null)
    {
    }

Same methods

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