C# Class CaveTube.CaveTalk.Lib.CommentException

Inheritance: System.Exception
Show file Open project: madguy/CaveTalk

Public Methods

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

Method Details

CommentException() public method

public CommentException ( ) : System
return System

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