SoapException Construtores
Definição
Inicializa uma nova instância da classe SoapException.Initializes a new instance of the SoapException class.
Sobrecargas
SoapException() |
Inicializa uma nova instância da classe SoapException.Initializes a new instance of the SoapException class. |
SoapException(SerializationInfo, StreamingContext) |
Inicializa uma nova instância da classe SoapException com dados serializados.Initializes a new instance of the SoapException class with serialized data. |
SoapException(String, XmlQualifiedName) |
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados.Initializes a new instance of the SoapException class with the specified exception message and exception code. |
SoapException(String, XmlQualifiedName, Exception) |
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados e a referência à causa raiz da exceção.Initializes a new instance of the SoapException class with the specified exception message, exception code, and reference to the root cause of the exception. |
SoapException(String, XmlQualifiedName, String) |
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados e o URI que identifica o trecho de código que causou a exceção.Initializes a new instance of the SoapException class with the specified exception message, exception code, and URI that identifies the piece of code that caused the exception. |
SoapException(String, XmlQualifiedName, String, Exception) |
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados, o URI que identifica o código que causou a exceção e a referência à causa raiz da exceção.Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the code that caused the exception, and reference to the root cause of the exception. |
SoapException(String, XmlQualifiedName, String, XmlNode) |
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados, o URI que identifica o trecho de código que causou a exceção e informações de exceção específicas ao aplicativo.Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, and application specific exception information. |
SoapException(String, XmlQualifiedName, SoapFaultSubCode) |
Inicializa uma nova instância da classe SoapException com a mensagem de exceção, o código de exceção e o subcódigo especificados.Initializes a new instance of the SoapException class with the specified exception message, exception code, and subcode. |
SoapException(String, XmlQualifiedName, String, XmlNode, Exception) |
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados, o URI que identifica o trecho de código que causou a exceção, informações de exceção específicas ao aplicativo e a referência à causa raiz da exceção.Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, application-specific exception information, and reference to the root cause of the exception. |
SoapException(String, XmlQualifiedName, String, String, XmlNode, SoapFaultSubCode, Exception) |
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados, o URI que identifica o trecho de código que causou a exceção, informações de exceção específicas ao aplicativo e a referência à causa raiz da exceção.Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, application-specific exception information, and reference to the root cause of the exception. |
SoapException(String, XmlQualifiedName, String, String, String, XmlNode, SoapFaultSubCode, Exception) |
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados, o URI que identifica o trecho de código que causou a exceção, o URI que representa a função do serviço Web XML no processamento da mensagem SOAP, a linguagem humana associada à exceção, as informações de exceção específicas ao aplicativo, o subcódigo para a falha de SOAP e a referência à causa raiz da exceção.Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, URI that represents the XML Web service's function in processing the SOAP message, the human language associated with the exception, the application-specific exception information, the subcode for the SOAP fault and reference to the root cause of the exception. |
SoapException()
Inicializa uma nova instância da classe SoapException.Initializes a new instance of the SoapException class.
public:
SoapException();
public SoapException ();
Public Sub New ()
Aplica-se a
SoapException(SerializationInfo, StreamingContext)
Inicializa uma nova instância da classe SoapException com dados serializados.Initializes a new instance of the SoapException class with serialized data.
protected:
SoapException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SoapException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Web.Services.Protocols.SoapException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Web.Services.Protocols.SoapException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parâmetros
- info
- SerializationInfo
O SerializationInfo que mantém os dados de objeto serializados sobre a exceção que está sendo lançada.The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
- StreamingContext
O StreamingContext que contém informações contextuais sobre a fonte ou o destino.The StreamingContext that contains contextual information about the source or destination.
Aplica-se a
SoapException(String, XmlQualifiedName)
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados.Initializes a new instance of the SoapException class with the specified exception message and exception code.
public:
SoapException(System::String ^ message, System::Xml::XmlQualifiedName ^ code);
public SoapException (string message, System.Xml.XmlQualifiedName code);
new System.Web.Services.Protocols.SoapException : string * System.Xml.XmlQualifiedName -> System.Web.Services.Protocols.SoapException
Public Sub New (message As String, code As XmlQualifiedName)
Parâmetros
- message
- String
Uma mensagem que identifica o motivo pelo qual a exceção ocorreu.A message that identifies the reason the exception occurred. Esse parâmetro define a propriedade Message.This parameter sets the Message property.
- code
- XmlQualifiedName
Um XmlQualifiedName que especifica o tipo de erro ocorrido.An XmlQualifiedName that specifies the type of error that occurred. Esse parâmetro define a propriedade Code.This parameter sets the Code property.
Confira também
Aplica-se a
SoapException(String, XmlQualifiedName, Exception)
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados e a referência à causa raiz da exceção.Initializes a new instance of the SoapException class with the specified exception message, exception code, and reference to the root cause of the exception.
public:
SoapException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, Exception ^ innerException);
public SoapException (string message, System.Xml.XmlQualifiedName code, Exception innerException);
new System.Web.Services.Protocols.SoapException : string * System.Xml.XmlQualifiedName * Exception -> System.Web.Services.Protocols.SoapException
Public Sub New (message As String, code As XmlQualifiedName, innerException As Exception)
Parâmetros
- message
- String
Uma mensagem que identifica o motivo pelo qual a exceção ocorreu.A message that identifies the reason the exception occurred. Esse parâmetro define a propriedade Message.This parameter sets the Message property.
- code
- XmlQualifiedName
Um XmlQualifiedName que especifica o tipo de erro ocorrido.An XmlQualifiedName that specifies the type of error that occurred. Esse parâmetro define a propriedade Code.This parameter sets the Code property.
- innerException
- Exception
Uma exceção que é a causa raiz da exceção.An exception that is the root cause of the exception. Esse parâmetro define a propriedade InnerException.This parameter sets the InnerException property.
Confira também
Aplica-se a
SoapException(String, XmlQualifiedName, String)
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados e o URI que identifica o trecho de código que causou a exceção.Initializes a new instance of the SoapException class with the specified exception message, exception code, and URI that identifies the piece of code that caused the exception.
public:
SoapException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::String ^ actor);
public SoapException (string message, System.Xml.XmlQualifiedName code, string actor);
new System.Web.Services.Protocols.SoapException : string * System.Xml.XmlQualifiedName * string -> System.Web.Services.Protocols.SoapException
Public Sub New (message As String, code As XmlQualifiedName, actor As String)
Parâmetros
- message
- String
Uma mensagem que identifica o motivo pelo qual a exceção ocorreu.A message that identifies the reason the exception occurred. Esse parâmetro define a propriedade Message.This parameter sets the Message property.
- code
- XmlQualifiedName
Um XmlQualifiedName que especifica o tipo de erro ocorrido.An XmlQualifiedName that specifies the type of error that occurred. Esse parâmetro define a propriedade Code.This parameter sets the Code property.
- actor
- String
Um URI que identifica o código que causou a exceção.A URI that identifies the code that caused the exception. Normalmente, essa é uma URL para um método do serviço Web XML.Typically, this is a URL to an XML Web service method. Esse parâmetro define a propriedade Actor.This parameter sets the Actor property.
Confira também
Aplica-se a
SoapException(String, XmlQualifiedName, String, Exception)
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados, o URI que identifica o código que causou a exceção e a referência à causa raiz da exceção.Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the code that caused the exception, and reference to the root cause of the exception.
public:
SoapException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::String ^ actor, Exception ^ innerException);
public SoapException (string message, System.Xml.XmlQualifiedName code, string actor, Exception innerException);
new System.Web.Services.Protocols.SoapException : string * System.Xml.XmlQualifiedName * string * Exception -> System.Web.Services.Protocols.SoapException
Public Sub New (message As String, code As XmlQualifiedName, actor As String, innerException As Exception)
Parâmetros
- message
- String
Uma mensagem que identifica o motivo pelo qual a exceção ocorreu.A message that identifies the reason the exception occurred. Esse parâmetro define a propriedade Message.This parameter sets the Message property.
- code
- XmlQualifiedName
Um XmlQualifiedName que especifica o tipo de erro ocorrido.An XmlQualifiedName that specifies the type of error that occurred. Esse parâmetro define a propriedade Code.This parameter sets the Code property.
- actor
- String
Um URI que identifica o trecho de código que causou a exceção.A URI that identifies the piece of code that caused the exception. Normalmente, essa é uma URL para um método do serviço Web XML.Typically, this is a URL to an XML Web service method. Esse parâmetro define a propriedade Actor.This parameter sets the Actor property.
- innerException
- Exception
Uma exceção que é a causa raiz da exceção.An exception that is the root cause of the exception. Esse parâmetro define a propriedade InnerException.This parameter sets the InnerException property.
Confira também
Aplica-se a
SoapException(String, XmlQualifiedName, String, XmlNode)
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados, o URI que identifica o trecho de código que causou a exceção e informações de exceção específicas ao aplicativo.Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, and application specific exception information.
public:
SoapException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::String ^ actor, System::Xml::XmlNode ^ detail);
public SoapException (string message, System.Xml.XmlQualifiedName code, string actor, System.Xml.XmlNode detail);
new System.Web.Services.Protocols.SoapException : string * System.Xml.XmlQualifiedName * string * System.Xml.XmlNode -> System.Web.Services.Protocols.SoapException
Public Sub New (message As String, code As XmlQualifiedName, actor As String, detail As XmlNode)
Parâmetros
- message
- String
Uma mensagem que identifica o motivo pelo qual a exceção ocorreu.A message that identifies the reason the exception occurred. Esse parâmetro define a propriedade Message.This parameter sets the Message property.
- code
- XmlQualifiedName
Um XmlQualifiedName que especifica o tipo de erro ocorrido.An XmlQualifiedName that specifies the type of error that occurred. Esse parâmetro define a propriedade Code.This parameter sets the Code property.
- actor
- String
Um URI que identifica o trecho de código que causou a exceção.A URI that identifies the piece of code that caused the exception. Normalmente, essa é uma URL para um método do serviço Web XML.Typically, this is a URL to an XML Web service method. Esse parâmetro define a propriedade Actor.This parameter sets the Actor property.
- detail
- XmlNode
Um XmlNode que contém informações de exceção específicas ao aplicativo.An XmlNode that contains application specific exception information. Esse parâmetro define a propriedade Detail.This parameter sets the Detail property.
Aplica-se a
SoapException(String, XmlQualifiedName, SoapFaultSubCode)
Inicializa uma nova instância da classe SoapException com a mensagem de exceção, o código de exceção e o subcódigo especificados.Initializes a new instance of the SoapException class with the specified exception message, exception code, and subcode.
public:
SoapException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::Web::Services::Protocols::SoapFaultSubCode ^ subCode);
public:
SoapException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::Web::Services::Protocols::SoapFaultSubCode ^ subcode);
public SoapException (string message, System.Xml.XmlQualifiedName code, System.Web.Services.Protocols.SoapFaultSubCode subCode);
public SoapException (string message, System.Xml.XmlQualifiedName code, System.Web.Services.Protocols.SoapFaultSubCode subcode);
new System.Web.Services.Protocols.SoapException : string * System.Xml.XmlQualifiedName * System.Web.Services.Protocols.SoapFaultSubCode -> System.Web.Services.Protocols.SoapException
new System.Web.Services.Protocols.SoapException : string * System.Xml.XmlQualifiedName * System.Web.Services.Protocols.SoapFaultSubCode -> System.Web.Services.Protocols.SoapException
Public Sub New (message As String, code As XmlQualifiedName, subCode As SoapFaultSubCode)
Public Sub New (message As String, code As XmlQualifiedName, subcode As SoapFaultSubCode)
Parâmetros
- message
- String
Uma mensagem que identifica o motivo pelo qual a exceção ocorreu.A message that identifies the reason the exception occurred. Esse parâmetro define a propriedade Message.This parameter sets the Message property.
- code
- XmlQualifiedName
Um XmlQualifiedName que especifica o tipo de erro ocorrido.An XmlQualifiedName that specifies the type of error that occurred. Esse parâmetro define a propriedade Code.This parameter sets the Code property.
- subCodesubcode
- SoapFaultSubCode
Um subcódigo opcional para a falha de SOAP.An optional subcode for the SOAP fault. Esse parâmetro define a propriedade SubCode.This parameter sets the SubCode property.
Confira também
Aplica-se a
SoapException(String, XmlQualifiedName, String, XmlNode, Exception)
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados, o URI que identifica o trecho de código que causou a exceção, informações de exceção específicas ao aplicativo e a referência à causa raiz da exceção.Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, application-specific exception information, and reference to the root cause of the exception.
public:
SoapException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::String ^ actor, System::Xml::XmlNode ^ detail, Exception ^ innerException);
public SoapException (string message, System.Xml.XmlQualifiedName code, string actor, System.Xml.XmlNode detail, Exception innerException);
new System.Web.Services.Protocols.SoapException : string * System.Xml.XmlQualifiedName * string * System.Xml.XmlNode * Exception -> System.Web.Services.Protocols.SoapException
Public Sub New (message As String, code As XmlQualifiedName, actor As String, detail As XmlNode, innerException As Exception)
Parâmetros
- message
- String
Uma mensagem que identifica o motivo pelo qual a exceção ocorreu.A message that identifies the reason the exception occurred. Esse parâmetro define a propriedade Message.This parameter sets the Message property.
- code
- XmlQualifiedName
Um XmlQualifiedName que especifica o tipo de erro ocorrido.An XmlQualifiedName that specifies the type of error that occurred. Esse parâmetro define a propriedade Code.This parameter sets the Code property.
- actor
- String
Um URI que identifica o trecho de código que causou a exceção.A URI that identifies the piece of code that caused the exception. Normalmente, essa é uma URL para um método do serviço Web XML.Typically, this is a URL to an XML Web service method. Esse parâmetro define a propriedade Actor.This parameter sets the Actor property.
- detail
- XmlNode
Um XmlNode que contém informações de exceção específicas ao aplicativo.An XmlNode that contains application specific exception information. Esse parâmetro define a propriedade Detail.This parameter sets the Detail property.
- innerException
- Exception
Uma exceção que é a causa raiz da exceção.An exception that is the root cause of the exception. Esse parâmetro define a propriedade InnerException.This parameter sets the InnerException property.
Aplica-se a
SoapException(String, XmlQualifiedName, String, String, XmlNode, SoapFaultSubCode, Exception)
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados, o URI que identifica o trecho de código que causou a exceção, informações de exceção específicas ao aplicativo e a referência à causa raiz da exceção.Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, application-specific exception information, and reference to the root cause of the exception.
public:
SoapException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::String ^ actor, System::String ^ role, System::Xml::XmlNode ^ detail, System::Web::Services::Protocols::SoapFaultSubCode ^ subCode, Exception ^ innerException);
public:
SoapException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::String ^ actor, System::String ^ role, System::Xml::XmlNode ^ detail, System::Web::Services::Protocols::SoapFaultSubCode ^ subcode, Exception ^ innerException);
public SoapException (string message, System.Xml.XmlQualifiedName code, string actor, string role, System.Xml.XmlNode detail, System.Web.Services.Protocols.SoapFaultSubCode subCode, Exception innerException);
public SoapException (string message, System.Xml.XmlQualifiedName code, string actor, string role, System.Xml.XmlNode detail, System.Web.Services.Protocols.SoapFaultSubCode subcode, Exception innerException);
new System.Web.Services.Protocols.SoapException : string * System.Xml.XmlQualifiedName * string * string * System.Xml.XmlNode * System.Web.Services.Protocols.SoapFaultSubCode * Exception -> System.Web.Services.Protocols.SoapException
new System.Web.Services.Protocols.SoapException : string * System.Xml.XmlQualifiedName * string * string * System.Xml.XmlNode * System.Web.Services.Protocols.SoapFaultSubCode * Exception -> System.Web.Services.Protocols.SoapException
Public Sub New (message As String, code As XmlQualifiedName, actor As String, role As String, detail As XmlNode, subCode As SoapFaultSubCode, innerException As Exception)
Public Sub New (message As String, code As XmlQualifiedName, actor As String, role As String, detail As XmlNode, subcode As SoapFaultSubCode, innerException As Exception)
Parâmetros
- message
- String
Uma mensagem que identifica o motivo pelo qual a exceção ocorreu.A message that identifies the reason the exception occurred. Esse parâmetro define a propriedade Message.This parameter sets the Message property.
- code
- XmlQualifiedName
Um XmlQualifiedName que especifica o tipo de erro ocorrido.An XmlQualifiedName that specifies the type of error that occurred. Esse parâmetro define a propriedade Code.This parameter sets the Code property.
- actor
- String
Um URI que identifica o trecho de código que causou a exceção.A URI that identifies the piece of code that caused the exception. Normalmente, essa é uma URL para um método do serviço Web XML.Typically, this is a URL to an XML Web service method. Esse parâmetro define a propriedade Actor.This parameter sets the Actor property.
- role
- String
Um URI que representa a função do serviço Web XML no processamento da mensagem SOAP.A URI that represents the XML Web service's function in processing the SOAP message. Esse parâmetro define a propriedade Role.This parameter sets the Role property.
- detail
- XmlNode
Um XmlNode que contém informações de exceção específicas ao aplicativo.An XmlNode that contains application specific exception information. Esse parâmetro define a propriedade Detail.This parameter sets the Detail property.
- subCodesubcode
- SoapFaultSubCode
Um subcódigo opcional para a falha de SOAP.An optional subcode for the SOAP fault. Esse parâmetro define a propriedade SubCode.This parameter sets the SubCode property.
- innerException
- Exception
Uma exceção que é a causa raiz da exceção.An exception that is the root cause of the exception. Esse parâmetro define a propriedade InnerException.This parameter sets the InnerException property.
Aplica-se a
SoapException(String, XmlQualifiedName, String, String, String, XmlNode, SoapFaultSubCode, Exception)
Inicializa uma nova instância da classe SoapException com a mensagem de exceção e o código de exceção especificados, o URI que identifica o trecho de código que causou a exceção, o URI que representa a função do serviço Web XML no processamento da mensagem SOAP, a linguagem humana associada à exceção, as informações de exceção específicas ao aplicativo, o subcódigo para a falha de SOAP e a referência à causa raiz da exceção.Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, URI that represents the XML Web service's function in processing the SOAP message, the human language associated with the exception, the application-specific exception information, the subcode for the SOAP fault and reference to the root cause of the exception.
public:
SoapException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::String ^ actor, System::String ^ role, System::String ^ lang, System::Xml::XmlNode ^ detail, System::Web::Services::Protocols::SoapFaultSubCode ^ subCode, Exception ^ innerException);
public:
SoapException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::String ^ actor, System::String ^ role, System::String ^ lang, System::Xml::XmlNode ^ detail, System::Web::Services::Protocols::SoapFaultSubCode ^ subcode, Exception ^ innerException);
public SoapException (string message, System.Xml.XmlQualifiedName code, string actor, string role, string lang, System.Xml.XmlNode detail, System.Web.Services.Protocols.SoapFaultSubCode subCode, Exception innerException);
public SoapException (string message, System.Xml.XmlQualifiedName code, string actor, string role, string lang, System.Xml.XmlNode detail, System.Web.Services.Protocols.SoapFaultSubCode subcode, Exception innerException);
new System.Web.Services.Protocols.SoapException : string * System.Xml.XmlQualifiedName * string * string * string * System.Xml.XmlNode * System.Web.Services.Protocols.SoapFaultSubCode * Exception -> System.Web.Services.Protocols.SoapException
new System.Web.Services.Protocols.SoapException : string * System.Xml.XmlQualifiedName * string * string * string * System.Xml.XmlNode * System.Web.Services.Protocols.SoapFaultSubCode * Exception -> System.Web.Services.Protocols.SoapException
Public Sub New (message As String, code As XmlQualifiedName, actor As String, role As String, lang As String, detail As XmlNode, subCode As SoapFaultSubCode, innerException As Exception)
Public Sub New (message As String, code As XmlQualifiedName, actor As String, role As String, lang As String, detail As XmlNode, subcode As SoapFaultSubCode, innerException As Exception)
Parâmetros
- message
- String
Uma mensagem que identifica o motivo pelo qual a exceção ocorreu.A message that identifies the reason the exception occurred. Esse parâmetro define a propriedade Message.This parameter sets the Message property.
- code
- XmlQualifiedName
Um XmlQualifiedName que especifica o tipo de erro ocorrido.An XmlQualifiedName that specifies the type of error that occurred. Esse parâmetro define a propriedade Code.This parameter sets the Code property.
- actor
- String
Um URI que identifica o trecho de código que causou a exceção.A URI that identifies the piece of code that caused the exception. Normalmente, essa é uma URL para um método do serviço Web XML.Typically, this is a URL to an XML Web service method. Esse parâmetro define a propriedade Actor.This parameter sets the Actor property.
- role
- String
Um URI que representa a função do serviço Web XML no processamento da mensagem SOAP.A URI that represents the XML Web service's function in processing the SOAP message. Esse parâmetro define a propriedade Role.This parameter sets the Role property.
- lang
- String
Uma linguagem humana associada à exceção.A human language associated with the exception. Esse parâmetro define a propriedade Lang.This parameter sets the Lang property.
- detail
- XmlNode
Um XmlNode que contém informações de exceção específicas ao aplicativo.An XmlNode that contains application specific exception information. Esse parâmetro define a propriedade Detail.This parameter sets the Detail property.
- subCodesubcode
- SoapFaultSubCode
Um subcódigo opcional para a falha de SOAP.An optional subcode for the SOAP fault. Esse parâmetro define a propriedade SubCodeThis parameter sets the SubCode property
- innerException
- Exception
Uma exceção que é a causa raiz da exceção.An exception that is the root cause of the exception. Esse parâmetro define a propriedade InnerException.This parameter sets the InnerException property.