C# Class Taskell.TaskellException

Inheritance: System.Exception
Mostra file Open project: phatboyg/Taskell

Public Methods

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

Protected Methods

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

Method Details

TaskellException() public method

public TaskellException ( ) : System
return System

TaskellException() protected method

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

TaskellException() public method

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

TaskellException() public method

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