XamlParseException Constructor (String, Exception) |
Initializes a new instance of the System.Windows.Markup.XamlParseException
class, using the specified exception message string and inner exception.
Namespace: System.Windows.MarkupAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public XamlParseException(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
The exception message. - innerException
- Type: SystemException
The initial exception that occurred.
See Also