C# Class Oditel.Cirqus.Models.BaseContext.Exceptions.LoadingFailedException

Inheritance: ActionFailedException
Afficher le fichier Open project: SamuelDebruyn/AD5-Cirqus-demo

Méthodes publiques

Méthode Description
LoadingFailedException ( System.Guid id, Type type ) : System

Méthodes protégées

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

Method Details

LoadingFailedException() public méthode

public LoadingFailedException ( System.Guid id, Type type ) : System
id System.Guid
type System.Type
Résultat System

LoadingFailedException() protected méthode

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