C# Class NewApplicationResources.ConsoleAppException

Inheritance: System.Exception
Show file Open project: JamesRandall/AccidentalFish.ApplicationSupport

Public Methods

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

Protected Methods

Method Description
ConsoleAppException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ConsoleAppException() public method

public ConsoleAppException ( ) : System
return System

ConsoleAppException() protected method

protected ConsoleAppException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ConsoleAppException() public method

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

ConsoleAppException() public method

public ConsoleAppException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System