C# Class Gallifrey.Exceptions.JiraIntegration.CommentException

Inheritance: System.Exception
Datei anzeigen Open project: BlythMeister/Gallifrey

Public Methods

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

Method Details

CommentException() public method

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

CommentException() public method

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