LicenseException Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
LicenseException sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
LicenseException(Type) |
Lisans reddedilen bileşen türü için sınıfının yeni bir örneğini LicenseException başlatır. |
LicenseException(SerializationInfo, StreamingContext) |
Geçersiz.
verilen SerializationInfo ve StreamingContextile sınıfının yeni bir örneğini LicenseException başlatır. |
LicenseException(Type, Object) |
Lisans reddedilen bileşenin LicenseException türü ve örneği için sınıfının yeni bir örneğini başlatır. |
LicenseException(Type, Object, String) |
Türü için sınıfının yeni bir örneğini LicenseException ve lisans reddedilen bileşenin örneğini ve görüntülenecek bir iletiyi başlatır. |
LicenseException(Type, Object, String, Exception) |
Lisans reddedilen bileşenin LicenseException türü ve örneği için sınıfının yeni bir örneğini, görüntülenecek bir ileti ve özgün özel durumu başlatır. |
LicenseException(Type)
- Kaynak:
- LicenseException.cs
- Kaynak:
- LicenseException.cs
- Kaynak:
- LicenseException.cs
Lisans reddedilen bileşen türü için sınıfının yeni bir örneğini LicenseException başlatır.
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)
Parametreler
Ayrıca bkz.
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
Şunlara uygulanır
LicenseException(SerializationInfo, StreamingContext)
- Kaynak:
- LicenseException.cs
- Kaynak:
- LicenseException.cs
- Kaynak:
- LicenseException.cs
Dikkat
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
verilen SerializationInfo ve StreamingContextile sınıfının yeni bir örneğini LicenseException başlatır.
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)
Parametreler
- info
- SerializationInfo
SerializationInfo seri durumdan çıkarma için kullanılacak.
- context
- StreamingContext
Seri durumdan çıkarma için kullanılacak hedef.
- Öznitelikler
Şunlara uygulanır
LicenseException(Type, Object)
- Kaynak:
- LicenseException.cs
- Kaynak:
- LicenseException.cs
- Kaynak:
- LicenseException.cs
Lisans reddedilen bileşenin LicenseException türü ve örneği için sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- instance
- Object
Lisans verilmeyen bileşenin örneği.
Ayrıca bkz.
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
Şunlara uygulanır
LicenseException(Type, Object, String)
- Kaynak:
- LicenseException.cs
- Kaynak:
- LicenseException.cs
- Kaynak:
- LicenseException.cs
Türü için sınıfının yeni bir örneğini LicenseException ve lisans reddedilen bileşenin örneğini ve görüntülenecek bir iletiyi başlatır.
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)
Parametreler
- instance
- Object
Lisans verilmeyen bileşenin örneği.
- message
- String
Görüntülenecek özel durum iletisi.
Ayrıca bkz.
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
Şunlara uygulanır
LicenseException(Type, Object, String, Exception)
- Kaynak:
- LicenseException.cs
- Kaynak:
- LicenseException.cs
- Kaynak:
- LicenseException.cs
Lisans reddedilen bileşenin LicenseException türü ve örneği için sınıfının yeni bir örneğini, görüntülenecek bir ileti ve özgün özel durumu başlatır.
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)
Parametreler
- instance
- Object
Lisans verilmeyen bileşenin örneği.
- message
- String
Görüntülenecek özel durum iletisi.
Ayrıca bkz.
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode