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