Class UnverifiedXamlException
Represents errors that occur during Xaml verification.
Inheritance
System.Object
UnverifiedXamlException
Namespace: Telerik.Windows.Documents.FormatProviders.Xaml
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class UnverifiedXamlException : Exception
Constructors
UnverifiedXamlException(String)
Initializes a new instance of th eUnverifiedXamlException class with a specified error message.
Declaration
public UnverifiedXamlException(string message)
Parameters
System.String
message
The exception message |