C# Class CaveTube.CaveTalk.Lib.CommentException

Inheritance: System.Exception
Afficher le fichier Open project: madguy/CaveTalk

Méthodes publiques

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

Method Details

CommentException() public méthode

public CommentException ( ) : System
Résultat System

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