C# Class Todoist.NET.ProjectException

Inheritance: System.SystemException
Afficher le fichier Open project: jbfp/Todoist.NET

Méthodes publiques

Méthode Description
ProjectException ( ) : System

Initializes a new instance of the ProjectException class.

ProjectException ( string message ) : System

Initializes a new instance of the ProjectException class.

ProjectException ( string message, Exception innerException ) : System

Initializes a new instance of the ProjectException class.

Méthodes protégées

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

Initializes a new instance of the ProjectException class.

Method Details

ProjectException() public méthode

Initializes a new instance of the ProjectException class.
public ProjectException ( ) : System
Résultat System

ProjectException() protected méthode

Initializes a new instance of the ProjectException class.
protected ProjectException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The . ///
context System.Runtime.Serialization.StreamingContext /// The . ///
Résultat System

ProjectException() public méthode

Initializes a new instance of the ProjectException class.
public ProjectException ( string message ) : System
message string /// The error message explaining what went wrong and how to fix it. ///
Résultat System

ProjectException() public méthode

Initializes a new instance of the ProjectException class.
public ProjectException ( string message, Exception innerException ) : System
message string /// The error message explaining what went wrong and how to fix it. ///
innerException System.Exception /// The of the error. ///
Résultat System