XamlLoadException Constructor
XamlLoadException()
Create a new XamlLoadException instance.
Declaration
public XamlLoadException()
XamlLoadException(String)
Create a new XamlLoadException instance.
Declaration
public XamlLoadException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
XamlLoadException(String, Exception)
Create a new XamlLoadException instance.
Declaration
public XamlLoadException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |
XamlLoadException(SerializationInfo, StreamingContext)
Create a new XamlLoadException instance.
Declaration
protected XamlLoadException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |