LicenseException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de la clase LicenseException.
Sobrecargas
LicenseException(Type) |
Inicializa una nueva instancia de la clase LicenseException correspondiente al tipo de componente al que se ha denegado una licencia. |
LicenseException(SerializationInfo, StreamingContext) |
Obsoletos.
Inicializa una nueva instancia de la clase LicenseException con los objetos SerializationInfo y StreamingContextdados. |
LicenseException(Type, Object) |
Inicializa una nueva instancia de la clase LicenseException correspondiente al tipo y a la instancia del componente al que se ha denegado una licencia. |
LicenseException(Type, Object, String) |
Inicializa una nueva instancia de la clase LicenseException correspondiente al tipo y a la instancia del componente al que se ha denegado una licencia, junto con un mensaje que se va a mostrar. |
LicenseException(Type, Object, String, Exception) |
Inicializa una nueva instancia de la clase LicenseException correspondiente al tipo y a la instancia del componente al que se ha denegado una licencia, junto con un mensaje que se va a mostrar y la excepción original que se ha producido. |
LicenseException(Type)
- Source:
- LicenseException.cs
- Source:
- LicenseException.cs
- Source:
- LicenseException.cs
Inicializa una nueva instancia de la clase LicenseException correspondiente al tipo de componente al que se ha denegado una licencia.
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
Consulte también
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
Se aplica a
LicenseException(SerializationInfo, StreamingContext)
- Source:
- LicenseException.cs
- Source:
- LicenseException.cs
- Source:
- LicenseException.cs
Precaución
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Inicializa una nueva instancia de la clase LicenseException con los objetos SerializationInfo y StreamingContextdados.
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
Clase SerializationInfo que se va a utilizar para la deserialización.
- context
- StreamingContext
Destino que se va a utilizar para la deserialización.
- Atributos
Se aplica a
LicenseException(Type, Object)
- Source:
- LicenseException.cs
- Source:
- LicenseException.cs
- Source:
- LicenseException.cs
Inicializa una nueva instancia de la clase LicenseException correspondiente al tipo y a la instancia del componente al que se ha denegado una licencia.
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
Instancia del componente al que no se ha concedido una licencia.
Consulte también
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
Se aplica a
LicenseException(Type, Object, String)
- Source:
- LicenseException.cs
- Source:
- LicenseException.cs
- Source:
- LicenseException.cs
Inicializa una nueva instancia de la clase LicenseException correspondiente al tipo y a la instancia del componente al que se ha denegado una licencia, junto con un mensaje que se va a mostrar.
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
Instancia del componente al que no se ha concedido una licencia.
- message
- String
Mensaje de excepción que se va a mostrar.
Consulte también
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
Se aplica a
LicenseException(Type, Object, String, Exception)
- Source:
- LicenseException.cs
- Source:
- LicenseException.cs
- Source:
- LicenseException.cs
Inicializa una nueva instancia de la clase LicenseException correspondiente al tipo y a la instancia del componente al que se ha denegado una licencia, junto con un mensaje que se va a mostrar y la excepción original que se ha producido.
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
Instancia del componente al que no se ha concedido una licencia.
- message
- String
Mensaje de excepción que se va a mostrar.
Consulte también
- License
- LicenseContext
- LicenseException
- LicenseManager
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode