Initializes a new instance of the TextEditorException class.

TextEditorException()

public TextEditorException();
Public Sub New

TextEditorException(String)

public TextEditorException(string message);
Public Sub New(message as String)

TextEditorException(String, Exception)

public TextEditorException(string message, Exception innerException);
Public Sub New(message as String, innerException as Exception)

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.