LicenseException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe LicenseException.
Sobrecargas
LicenseException(Type) |
Inicializa uma nova instância da classe LicenseException para o tipo de componente ao qual foi negada uma licença. |
LicenseException(SerializationInfo, StreamingContext) |
Obsoleto.
Inicializa uma nova instância da classe LicenseException com o SerializationInfo e o StreamingContext fornecidos. |
LicenseException(Type, Object) |
Inicializa uma nova instância da classe LicenseException para o tipo e a instância do componente que teve uma licença negada. |
LicenseException(Type, Object, String) |
Inicializa uma nova instância da classe LicenseException para o tipo e a instância do componente que teve uma licença negada, juntamente com uma mensagem a ser exibida. |
LicenseException(Type, Object, String, Exception) |
Inicializa uma nova instância da classe LicenseException para o tipo e a instância do componente que teve uma licença negada, juntamente com uma mensagem a ser exibida e a exceção original gerada. |
LicenseException(Type)
- Origem:
- LicenseException.cs
- Origem:
- LicenseException.cs
- Origem:
- LicenseException.cs
Inicializa uma nova instância da classe LicenseException para o tipo de componente ao qual foi negada uma licença.
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)
Parâmetros
Confira também
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
Aplica-se a
LicenseException(SerializationInfo, StreamingContext)
- Origem:
- LicenseException.cs
- Origem:
- LicenseException.cs
- Origem:
- LicenseException.cs
Cuidado
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Inicializa uma nova instância da classe LicenseException com o SerializationInfo e o StreamingContext fornecidos.
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)
Parâmetros
- info
- SerializationInfo
O SerializationInfo a ser usado para desserialização.
- context
- StreamingContext
O destino a ser usado para desserialização.
- Atributos
Aplica-se a
LicenseException(Type, Object)
- Origem:
- LicenseException.cs
- Origem:
- LicenseException.cs
- Origem:
- LicenseException.cs
Inicializa uma nova instância da classe LicenseException para o tipo e a instância do componente que teve uma licença negada.
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)
Parâmetros
- instance
- Object
A instância do componente que não recebeu uma licença.
Confira também
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
Aplica-se a
LicenseException(Type, Object, String)
- Origem:
- LicenseException.cs
- Origem:
- LicenseException.cs
- Origem:
- LicenseException.cs
Inicializa uma nova instância da classe LicenseException para o tipo e a instância do componente que teve uma licença negada, juntamente com uma mensagem a ser exibida.
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)
Parâmetros
- instance
- Object
A instância do componente que não recebeu uma licença.
- message
- String
A mensagem de exceção a ser exibida.
Confira também
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
Aplica-se a
LicenseException(Type, Object, String, Exception)
- Origem:
- LicenseException.cs
- Origem:
- LicenseException.cs
- Origem:
- LicenseException.cs
Inicializa uma nova instância da classe LicenseException para o tipo e a instância do componente que teve uma licença negada, juntamente com uma mensagem a ser exibida e a exceção original gerada.
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)
Parâmetros
- instance
- Object
A instância do componente que não recebeu uma licença.
- message
- String
A mensagem de exceção a ser exibida.
Confira também
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode