Lezen in het Engels Bewerken

Delen via


XamlInternalException Constructors

Definition

Initializes a new instance of the XamlInternalException class.

Overloads

XamlInternalException()

Initializes a new instance of the XamlInternalException class with a system-supplied message that describes the error.

XamlInternalException(String)

Initializes a new instance of the XamlInternalException class with a specified message that describes the error.

XamlInternalException(SerializationInfo, StreamingContext)

Initializes a new instance of the XamlInternalException class with serialized data.

XamlInternalException(String, Exception)

Initializes a new instance of the XamlInternalException class with a specified error message and a reference to the inner exception that is the cause of this exception.

XamlInternalException()

Initializes a new instance of the XamlInternalException class with a system-supplied message that describes the error.

public XamlInternalException();

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

XamlInternalException(String)

Initializes a new instance of the XamlInternalException class with a specified message that describes the error.

public XamlInternalException(string message);

Parameters

message
String

The message that describes the exception.

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

XamlInternalException(SerializationInfo, StreamingContext)

Initializes a new instance of the XamlInternalException class with serialized data.

protected XamlInternalException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Parameters

info
SerializationInfo

The object that holds the serialized object data.

context
StreamingContext

The contextual information about the source or destination.

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

XamlInternalException(String, Exception)

Initializes a new instance of the XamlInternalException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public XamlInternalException(string message, Exception innerException);

Parameters

message
String

The message that describes the exception.

innerException
Exception

The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10