LicenseException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Weitere Informationen
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
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
- instance
- Object
Die Instanz der Komponente, der keine Lizenz erteilt wurde.
Weitere Informationen
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
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
- instance
- Object
Die Instanz der Komponente, der keine Lizenz erteilt wurde.
- message
- String
Die anzuzeigende Ausnahmemeldung.
Weitere Informationen
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
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
- instance
- Object
Die Instanz der Komponente, der keine Lizenz erteilt wurde.
- message
- String
Die anzuzeigende Ausnahmemeldung.
Weitere Informationen
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode