C# Класс Gallifrey.Exceptions.JiraIntegration.CommentException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
CommentException ( string message ) : System
CommentException ( string message, Exception innerException ) : System

Описание методов

CommentException() публичный Метод

public CommentException ( string message ) : System
message string
Результат System

CommentException() публичный Метод

public CommentException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System