Class XamlLoadException
public class XamlLoadException : Exception, ISerializable
- Inheritance
-
XamlLoadException
- Implements
- Inherited Members
Constructors
XamlLoadException()
public XamlLoadException()
XamlLoadException(SerializationInfo, StreamingContext)
protected XamlLoadException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
XamlLoadException(string)
public XamlLoadException(string message)
Parameters
message
string
XamlLoadException(string, Exception)
public XamlLoadException(string message, Exception innerException)