Share via


SoapMessage.Exception Propiedad

Definición

Obtiene SoapException a partir de la llamada al método de servicios 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

Excepción SoapException que se ha producido al llamar al método de servicios 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