JSVsaException Construtores
Definição
Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Sobrecargas
| JSVsaException() |
Inicializa uma nova instância da classe JSVsaException com uma mensagem fornecida pelo sistema que descreve o erro.Initializes a new instance of the JSVsaException class with a system-supplied message that describes the error. Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
| JSVsaException(JSVsaError) |
Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
| JSVsaException(String) |
Inicializa uma nova instância da classe JSVsaException com uma mensagem especificada que descreve o erro.Initializes a new instance of the JSVsaException class with a specified message that describes the error. Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
| JSVsaException(JSVsaError, String) |
Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
| JSVsaException(SerializationInfo, StreamingContext) |
Inicializa uma nova instância da classe JSVsaException com dados serializados.Initializes a new instance of the JSVsaException class with serialized data. Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
| JSVsaException(String, Exception) |
Inicializa uma nova instância da classe JSVsaException com uma mensagem de erro especificada e uma referência à exceção interna que é a causa da exceção.Initializes a new instance of the JSVsaException class with a specified error message and a reference to the inner exception that is the cause of this exception. Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
| JSVsaException(JSVsaError, String, Exception) |
Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
JSVsaException()
Inicializa uma nova instância da classe JSVsaException com uma mensagem fornecida pelo sistema que descreve o erro.Initializes a new instance of the JSVsaException class with a system-supplied message that describes the error. Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
public:
JSVsaException();
public JSVsaException ();
Public Sub New ()
Aplica-se a
JSVsaException(JSVsaError)
Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
public:
JSVsaException(Microsoft::JScript::Vsa::JSVsaError error);
public JSVsaException (Microsoft.JScript.Vsa.JSVsaError error);
new Microsoft.JScript.Vsa.JSVsaException : Microsoft.JScript.Vsa.JSVsaError -> Microsoft.JScript.Vsa.JSVsaException
Public Sub New (error As JSVsaError)
Parâmetros
- error
- JSVsaError
Um valor JSVsaError que descreve o motivo da exceção.A JSVsaError value that describes the reason for the exception.
Aplica-se a
JSVsaException(String)
Inicializa uma nova instância da classe JSVsaException com uma mensagem especificada que descreve o erro.Initializes a new instance of the JSVsaException class with a specified message that describes the error. Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
public:
JSVsaException(System::String ^ message);
public JSVsaException (string message);
new Microsoft.JScript.Vsa.JSVsaException : string -> Microsoft.JScript.Vsa.JSVsaException
Public Sub New (message As String)
Parâmetros
- message
- String
A mensagem que descreve a exceção.The message that describes the exception. O chamador deste construtor é obrigatório para garantir que esta cadeia de caracteres foi localizada para a cultura do sistema atual.The caller of this constructor is required to ensure that this string has been localized for the current system culture.
Aplica-se a
JSVsaException(JSVsaError, String)
Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
public:
JSVsaException(Microsoft::JScript::Vsa::JSVsaError error, System::String ^ message);
public JSVsaException (Microsoft.JScript.Vsa.JSVsaError error, string message);
new Microsoft.JScript.Vsa.JSVsaException : Microsoft.JScript.Vsa.JSVsaError * string -> Microsoft.JScript.Vsa.JSVsaException
Public Sub New (error As JSVsaError, message As String)
Parâmetros
- error
- JSVsaError
Um valor JSVsaError que descreve o motivo da exceção.A JSVsaError value that describes the reason for the exception.
- message
- String
A mensagem que descreve a exceção.The message that describes the exception. O chamador deste construtor é obrigatório para garantir que esta cadeia de caracteres foi localizada para a cultura do sistema atual.The caller of this constructor is required to ensure that this string has been localized for the current system culture.
Aplica-se a
JSVsaException(SerializationInfo, StreamingContext)
Inicializa uma nova instância da classe JSVsaException com dados serializados.Initializes a new instance of the JSVsaException class with serialized data. Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
public:
JSVsaException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
public JSVsaException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.JScript.Vsa.JSVsaException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.JScript.Vsa.JSVsaException
Public Sub New (info As SerializationInfo, context As StreamingContext)
Parâmetros
- info
- SerializationInfo
O objeto que mantém os dados de objeto serializados.The object that holds the serialized object data.
- context
- StreamingContext
As informações contextuais sobre a origem ou o destino.The contextual information about the source or destination.
Aplica-se a
JSVsaException(String, Exception)
Inicializa uma nova instância da classe JSVsaException com uma mensagem de erro especificada e uma referência à exceção interna que é a causa da exceção.Initializes a new instance of the JSVsaException class with a specified error message and a reference to the inner exception that is the cause of this exception. Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
public:
JSVsaException(System::String ^ message, Exception ^ innerException);
public JSVsaException (string message, Exception innerException);
new Microsoft.JScript.Vsa.JSVsaException : string * Exception -> Microsoft.JScript.Vsa.JSVsaException
Public Sub New (message As String, innerException As Exception)
Parâmetros
- message
- String
A mensagem que descreve a exceção.The message that describes the exception. O chamador deste construtor é obrigatório para garantir que esta cadeia de caracteres foi localizada para a cultura do sistema atual.The caller of this constructor is required to ensure that this string has been localized for the current system culture.
- innerException
- Exception
A exceção que é a causa da exceção atual.The exception that is the cause of the current exception. Caso o parâmetro innerException não seja null, a exceção atual é acionada em um bloco catch que identifica a exceção interna.If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.
Aplica-se a
JSVsaException(JSVsaError, String, Exception)
Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
public:
JSVsaException(Microsoft::JScript::Vsa::JSVsaError error, System::String ^ message, Exception ^ innerException);
public JSVsaException (Microsoft.JScript.Vsa.JSVsaError error, string message, Exception innerException);
new Microsoft.JScript.Vsa.JSVsaException : Microsoft.JScript.Vsa.JSVsaError * string * Exception -> Microsoft.JScript.Vsa.JSVsaException
Public Sub New (error As JSVsaError, message As String, innerException As Exception)
Parâmetros
- error
- JSVsaError
Um valor JSVsaError que descreve o motivo da exceção.A JSVsaError value that describes the reason for the exception.
- message
- String
A mensagem que descreve a exceção.The message that describes the exception. O chamador deste construtor é obrigatório para garantir que esta cadeia de caracteres foi localizada para a cultura do sistema atual.The caller of this constructor is required to ensure that this string has been localized for the current system culture.
- innerException
- Exception
A exceção que é a causa da exceção atual.The exception that is the cause of the current exception. Caso o parâmetro innerException não seja null, a exceção atual é acionada em um bloco catch que identifica a exceção interna.If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.