C# Class Rebel.Framework.LocalizedObjectDisposedException

Inheritance: System.ObjectDisposedException
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
LocalizedObjectDisposedException ( string key = "Exceptions.ObjectDisposedException", string defaultMessage = null, object parameters = null, Exception innerException = null ) : System

Method Details

LocalizedObjectDisposedException() public méthode

public LocalizedObjectDisposedException ( string key = "Exceptions.ObjectDisposedException", string defaultMessage = null, object parameters = null, Exception innerException = null ) : System
key string
defaultMessage string
parameters object
innerException System.Exception
Résultat System