RtfMissingCharacterException Constructor (String) |
Creates a new instance with the given message.
Namespace: Telerik.Windows.Documents.FormatProviders.Rtf.ExceptionsAssembly: Telerik.Windows.Documents.FormatProviders.Rtf (in Telerik.Windows.Documents.FormatProviders.Rtf.dll) Version: 2018.1.220.40 (2018.1.220.40)
Syntaxpublic RtfMissingCharacterException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
the message to display
See Also