Initializes a new instance of the TextEditorException class.

TextEditorException()

public TextEditorException();

TextEditorException(String)

public TextEditorException(string message);

TextEditorException(String, Exception)

public TextEditorException(string message, Exception innerException);

Parameters

Parameter Description
message The error message that explains the reason for the exception.
innerException The exception that is the cause of the current exception.