Compartir por


SoapMessage.Exception Propiedad

Definición

Obtiene de SoapException la llamada al método de servicio web XML.

public:
 property System::Web::Services::Protocols::SoapException ^ Exception { System::Web::Services::Protocols::SoapException ^ get(); };
public:
 property System::Web::Services::Protocols::SoapException ^ Exception { System::Web::Services::Protocols::SoapException ^ get(); void set(System::Web::Services::Protocols::SoapException ^ value); };
public System.Web.Services.Protocols.SoapException Exception { get; }
public System.Web.Services.Protocols.SoapException Exception { get; set; }
member this.Exception : System.Web.Services.Protocols.SoapException
member this.Exception : System.Web.Services.Protocols.SoapException with get, set
Public ReadOnly Property Exception As SoapException
Public Property Exception As SoapException

Valor de propiedad

que SoapException se produjo en la llamada al método de servicio web XML. null si no se ha producido durante SoapException la llamada al método de servicio web.

Comentarios

Se puede tener acceso a la Exception propiedad durante cualquier SoapMessageStage.

Se aplica a

Consulte también