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