C# Class Blog.Common.Utils.Extensions.BlogException

Inheritance: System.Exception
Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

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

Method Details

BlogException() public méthode

public BlogException ( ) : System
Résultat System

BlogException() public méthode

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

BlogException() public méthode

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