C# Class Pomona.Common.Loading.LazyLoadingDisabledException

Inheritance: LoadException
Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Méthode Description
LazyLoadingDisabledException ( string message, Exception innerException ) : System
LazyLoadingDisabledException ( string uri, Type type ) : System

Méthodes protégées

Méthode Description
LazyLoadingDisabledException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
LazyLoadingDisabledException ( string resourcePath, LoadException innerException ) : System

Method Details

LazyLoadingDisabledException() protected méthode

protected LazyLoadingDisabledException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

LazyLoadingDisabledException() public méthode

public LazyLoadingDisabledException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

LazyLoadingDisabledException() public méthode

public LazyLoadingDisabledException ( string uri, Type type ) : System
uri string
type System.Type
Résultat System