ClassInvalidHeadingLevelRangeException
Class
Represents the exception that is thrown when an invalid heading level range is encountered.
Definition
Namespace:Telerik.Windows.Documents.Model.Fields
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class InvalidHeadingLevelRangeException : ArgumentException, ISerializable
Inheritance: objectExceptionSystemExceptionArgumentExceptionInvalidHeadingLevelRangeException
Implements:
Inherited Members
Constructors
InvalidHeadingLevelRangeException(string)
Declaration
cs-api-definition
public InvalidHeadingLevelRangeException(string message)
Parameters
message