New to Telerik UI for WPFStart a free 30-day trial

Represents errors that occur import of RTF content, caused by empty content.

Definition

Constructors

Creates a new instance of the RtfEmptyDocumentException class.

C#
public RtfEmptyDocumentException()

Creates a new instance of the RtfEmptyDocumentException class with the given message, based on the given cause.

C#
public RtfEmptyDocumentException(string message, Exception cause)
Parameters:messagestring

The message to display.

causeException

The original cause for this exception.

Creates a new instance of the RtfEmptyDocumentException class with the given message.

C#
public RtfEmptyDocumentException(string message)
Parameters:messagestring

The message to display.