C# Class Blog.Core.Extensions.BlogException

Inheritance: Exception
Afficher le fichier Open project: thanhxuanhd/BlogSimpleAPI

Méthodes publiques

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

Method Details

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 Exception
Résultat System