Remotion.Linq.SqlBackend.MappingResolution.UnmappedItemException.UnmappedItemException C# (CSharp) Метод

UnmappedItemException() публичный Метод

public UnmappedItemException ( string message ) : System
message string
Результат System
    public UnmappedItemException (string message)
        : this (message, null)
    {
    }

Same methods

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