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

Inheritance: System.Exception
Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

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

Method Details

BlogException() public method

public BlogException ( ) : System
return System

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 System.Exception
return System