C# Class In.Common.Exceptions.InternalException

Inheritance: System.Exception
Show file Open project: adwaer/infrastructure

Public Methods

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

Method Details

InternalException() public method

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

InternalException() public method

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