C# Class Gallifrey.Exceptions.JiraIntegration.CommentException

Inheritance: System.Exception
Afficher le fichier Open project: BlythMeister/Gallifrey

Méthodes publiques

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

Method Details

CommentException() public méthode

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

CommentException() public méthode

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