LicenseException Konstruktoren

Definition

Initialisiert eine neue Instanz der LicenseException-Klasse.

Überlädt

LicenseException(Type)

Initialisiert eine neue Instanz der LicenseException-Klasse für den Komponententyp, dem die Lizenz verweigert wurde.

LicenseException(SerializationInfo, StreamingContext)
Veraltet.

Initialisiert eine neue Instanz der LicenseException-Klasse mit der angegebenen SerializationInfo und dem angegebenen StreamingContext.

LicenseException(Type, Object)

Initialisiert eine neue Instanz der LicenseException-Klasse für den Typ und die Instanz der Komponente, der die Lizenz verweigert wurde.

LicenseException(Type, Object, String)

Initialisiert eine neue Instanz der LicenseException-Klasse für den Typ und die Instanz der Komponente, der die Lizenz verweigert wurde, sowie eine anzuzeigende Meldung.

LicenseException(Type, Object, String, Exception)

Initialisiert eine neue Instanz der LicenseException-Klasse für den Typ und die Instanz der Komponente, der die Lizenz verweigert wurde, sowie eine anzuzeigende Meldung und die ursprünglich ausgelöste Ausnahme.

LicenseException(Type)

Quelle:
LicenseException.cs
Quelle:
LicenseException.cs
Quelle:
LicenseException.cs

Initialisiert eine neue Instanz der LicenseException-Klasse für den Komponententyp, dem die Lizenz verweigert wurde.

public:
 LicenseException(Type ^ type);
public LicenseException (Type type);
public LicenseException (Type? type);
new System.ComponentModel.LicenseException : Type -> System.ComponentModel.LicenseException
Public Sub New (type As Type)

Parameter

type
Type

Eine Type-Klasse, die den Komponententyp darstellt, dem keine Lizenz erteilt wurde.

Weitere Informationen

Gilt für:

LicenseException(SerializationInfo, StreamingContext)

Quelle:
LicenseException.cs
Quelle:
LicenseException.cs
Quelle:
LicenseException.cs

Achtung

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Initialisiert eine neue Instanz der LicenseException-Klasse mit der angegebenen SerializationInfo und dem angegebenen StreamingContext.

protected:
 LicenseException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected LicenseException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected LicenseException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ComponentModel.LicenseException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.LicenseException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.ComponentModel.LicenseException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.LicenseException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Die für die Deserialisierung zu verwendende SerializationInfo-Klasse.

context
StreamingContext

Das für die Deserialisierung zu verwendende Ziel.

Attribute

Gilt für:

LicenseException(Type, Object)

Quelle:
LicenseException.cs
Quelle:
LicenseException.cs
Quelle:
LicenseException.cs

Initialisiert eine neue Instanz der LicenseException-Klasse für den Typ und die Instanz der Komponente, der die Lizenz verweigert wurde.

public:
 LicenseException(Type ^ type, System::Object ^ instance);
public LicenseException (Type type, object instance);
public LicenseException (Type? type, object? instance);
new System.ComponentModel.LicenseException : Type * obj -> System.ComponentModel.LicenseException
Public Sub New (type As Type, instance As Object)

Parameter

type
Type

Eine Type-Klasse, die den Komponententyp darstellt, dem keine Lizenz erteilt wurde.

instance
Object

Die Instanz der Komponente, der keine Lizenz erteilt wurde.

Weitere Informationen

Gilt für:

LicenseException(Type, Object, String)

Quelle:
LicenseException.cs
Quelle:
LicenseException.cs
Quelle:
LicenseException.cs

Initialisiert eine neue Instanz der LicenseException-Klasse für den Typ und die Instanz der Komponente, der die Lizenz verweigert wurde, sowie eine anzuzeigende Meldung.

public:
 LicenseException(Type ^ type, System::Object ^ instance, System::String ^ message);
public LicenseException (Type type, object instance, string message);
public LicenseException (Type? type, object? instance, string? message);
new System.ComponentModel.LicenseException : Type * obj * string -> System.ComponentModel.LicenseException
Public Sub New (type As Type, instance As Object, message As String)

Parameter

type
Type

Eine Type-Klasse, die den Komponententyp darstellt, dem keine Lizenz erteilt wurde.

instance
Object

Die Instanz der Komponente, der keine Lizenz erteilt wurde.

message
String

Die anzuzeigende Ausnahmemeldung.

Weitere Informationen

Gilt für:

LicenseException(Type, Object, String, Exception)

Quelle:
LicenseException.cs
Quelle:
LicenseException.cs
Quelle:
LicenseException.cs

Initialisiert eine neue Instanz der LicenseException-Klasse für den Typ und die Instanz der Komponente, der die Lizenz verweigert wurde, sowie eine anzuzeigende Meldung und die ursprünglich ausgelöste Ausnahme.

public:
 LicenseException(Type ^ type, System::Object ^ instance, System::String ^ message, Exception ^ innerException);
public LicenseException (Type type, object instance, string message, Exception innerException);
public LicenseException (Type? type, object? instance, string? message, Exception? innerException);
new System.ComponentModel.LicenseException : Type * obj * string * Exception -> System.ComponentModel.LicenseException
Public Sub New (type As Type, instance As Object, message As String, innerException As Exception)

Parameter

type
Type

Eine Type-Klasse, die den Komponententyp darstellt, dem keine Lizenz erteilt wurde.

instance
Object

Die Instanz der Komponente, der keine Lizenz erteilt wurde.

message
String

Die anzuzeigende Ausnahmemeldung.

innerException
Exception

Eine Exception-Klasse, die die ursprüngliche Ausnahme darstellt.

Weitere Informationen

Gilt für: