Initializes a new instance of the Text
public TextEditorException();
Public Sub New
public TextEditorException(string message);
Public Sub New(message as String)
public TextEditorException(string message, Exception innerException);
Public Sub New(message as String, innerException as Exception)
Parameter | Description |
---|---|
message | The error message that explains the reason for the exception. |
inner |
The exception that is the cause of the current exception. |