C# Class ElmahCore.Mvc.Exceptions.MiddlewareNotInitializedException

Inheritance: Exception
Afficher le fichier Open project: ElmahCore/ElmahCore

Méthodes publiques

Méthode Description
MiddlewareNotInitializedException ( ) : System
MiddlewareNotInitializedException ( string message ) : System
MiddlewareNotInitializedException ( string message, Exception innerException ) : System

Method Details

MiddlewareNotInitializedException() public méthode

public MiddlewareNotInitializedException ( ) : System
Résultat System

MiddlewareNotInitializedException() public méthode

public MiddlewareNotInitializedException ( string message ) : System
message string
Résultat System

MiddlewareNotInitializedException() public méthode

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