C# Класс CaveTube.CaveTalk.Lib.CommentException

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

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

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

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

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

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

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

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

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

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