C# Class Pomona.Common.Loading.LazyLoadingDisabledException

Inheritance: LoadException
ファイルを表示 Open project: Pomona/Pomona

Public Methods

Method Description
LazyLoadingDisabledException ( string message, Exception innerException ) : System
LazyLoadingDisabledException ( string uri, Type type ) : System

Protected Methods

Method Description
LazyLoadingDisabledException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
LazyLoadingDisabledException ( string resourcePath, LoadException innerException ) : System

Method Details

LazyLoadingDisabledException() protected method

protected LazyLoadingDisabledException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

LazyLoadingDisabledException() public method

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

LazyLoadingDisabledException() public method

public LazyLoadingDisabledException ( string uri, Type type ) : System
uri string
type System.Type
return System