LicenseException Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Inicializálja a LicenseException osztály új példányát.
Túlterhelések
| Name | Description |
|---|---|
| LicenseException(Type) |
Inicializálja az LicenseException osztály új példányát a licenccel megtagadott összetevő típusához. |
| LicenseException(SerializationInfo, StreamingContext) |
Elavult.
Inicializálja az osztály új példányát a LicenseException megadott SerializationInfo és StreamingContexta . |
| LicenseException(Type, Object) |
Inicializálja az osztály új példányát a LicenseException licenccel megtagadott összetevő típusához és példányához. |
| LicenseException(Type, Object, String) |
Inicializálja az osztály új példányát a LicenseException licenccel megtagadott összetevő típusához és példányához, valamint egy megjelenítendő üzenetet. |
| LicenseException(Type, Object, String, Exception) |
Inicializálja az osztály új példányát a LicenseException licenccel megtagadott összetevő típusához és példányához, valamint egy megjelenítendő üzenetet és az eredeti kivételt. |
LicenseException(Type)
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
Inicializálja az LicenseException osztály új példányát a licenccel megtagadott összetevő típusához.
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)
Paraméterek
Lásd még
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
A következőre érvényes:
LicenseException(SerializationInfo, StreamingContext)
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
Figyelemfelhívás
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Inicializálja az osztály új példányát a LicenseException megadott SerializationInfo és StreamingContexta .
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);
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}")>]
new System.ComponentModel.LicenseException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.LicenseException
new System.ComponentModel.LicenseException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.LicenseException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paraméterek
- info
- SerializationInfo
A SerializationInfo deszerializáláshoz használandó.
- context
- StreamingContext
A deszerializáláshoz használandó célhely.
- Attribútumok
A következőre érvényes:
LicenseException(Type, Object)
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
Inicializálja az osztály új példányát a LicenseException licenccel megtagadott összetevő típusához és példányához.
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)
Paraméterek
- instance
- Object
A licenccel nem rendelkező összetevő példánya.
Lásd még
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
A következőre érvényes:
LicenseException(Type, Object, String)
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
Inicializálja az osztály új példányát a LicenseException licenccel megtagadott összetevő típusához és példányához, valamint egy megjelenítendő üzenetet.
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)
Paraméterek
- instance
- Object
A licenccel nem rendelkező összetevő példánya.
- message
- String
A megjelenítendő kivételüzenet.
Lásd még
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
A következőre érvényes:
LicenseException(Type, Object, String, Exception)
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
- Forrás:
- LicenseException.cs
Inicializálja az osztály új példányát a LicenseException licenccel megtagadott összetevő típusához és példányához, valamint egy megjelenítendő üzenetet és az eredeti kivételt.
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)
Paraméterek
- instance
- Object
A licenccel nem rendelkező összetevő példánya.
- message
- String
A megjelenítendő kivételüzenet.
Lásd még
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode