RtfUnicodeEncodingException Constructor (String, Exception) |
Creates a new instance with the given message, based on the given cause.
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 RtfUnicodeEncodingException(
string message,
Exception cause
)
Public Sub New (
message As String,
cause As Exception
)
Parameters
- message
- Type: SystemString
the message to display - cause
- Type: SystemException
the original cause for this exception
See Also