C# Class Blog.Core.Extensions.BlogException

Inheritance: Exception
Datei anzeigen Open project: thanhxuanhd/BlogSimpleAPI

Public Methods

Method Description
BlogException ( string message ) : System
BlogException ( string message, Exception innerException ) : System

Method Details

BlogException() public method

public BlogException ( string message ) : System
message string
return System

BlogException() public method

public BlogException ( string message, Exception innerException ) : System
message string
innerException Exception
return System