C# Class Taskell.TaskellException

Inheritance: System.Exception
Afficher le fichier Open project: phatboyg/Taskell

Méthodes publiques

Méthode Description
TaskellException ( ) : System
TaskellException ( string message ) : System
TaskellException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
TaskellException ( SerializationInfo info, StreamingContext context ) : System

Method Details

TaskellException() public méthode

public TaskellException ( ) : System
Résultat System

TaskellException() protected méthode

protected TaskellException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

TaskellException() public méthode

public TaskellException ( string message ) : System
message string
Résultat System

TaskellException() public méthode

public TaskellException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System