InvalidWmpVersionException Constructors

Definition

Initializes a new instance of the InvalidWmpVersionException class.

Overloads

InvalidWmpVersionException()

Initializes a new instance of the InvalidWmpVersionException class.

InvalidWmpVersionException(String)

Initializes a new instance of the InvalidWmpVersionException class with the given error message.

InvalidWmpVersionException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidWmpVersionException class with serialization information.

InvalidWmpVersionException(String, Exception)

Initializes a new instance of the InvalidWmpVersionException class with the given error message and a reference to the inner exception that caused this exception.

InvalidWmpVersionException()

Initializes a new instance of the InvalidWmpVersionException class.

C#
public InvalidWmpVersionException();

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 3.0, 3.5, 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

InvalidWmpVersionException(String)

Initializes a new instance of the InvalidWmpVersionException class with the given error message.

C#
public InvalidWmpVersionException(string message);

Parameters

message
String

The error message used to initialize the exception.

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 3.0, 3.5, 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

InvalidWmpVersionException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidWmpVersionException class with serialization information.

C#
protected InvalidWmpVersionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Parameters

info
SerializationInfo

Serialization information about the object.

context
StreamingContext

Context information about the serialized stream.

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 3.0, 3.5, 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

InvalidWmpVersionException(String, Exception)

Initializes a new instance of the InvalidWmpVersionException class with the given error message and a reference to the inner exception that caused this exception.

C#
public InvalidWmpVersionException(string message, Exception innerException);

Parameters

message
String

The description of the error.

innerException
Exception

The inner exception that caused this exception.

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 3.0, 3.5, 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