Share via


ExceptionDetail.InnerException Proprietà

Definizione

Consente di ottenere o impostare l'oggetto ExceptionDetail che rappresenta l'eccezione interna.

public:
 property System::ServiceModel::ExceptionDetail ^ InnerException { System::ServiceModel::ExceptionDetail ^ get(); void set(System::ServiceModel::ExceptionDetail ^ value); };
public:
 property System::ServiceModel::ExceptionDetail ^ InnerException { System::ServiceModel::ExceptionDetail ^ get(); };
[System.Runtime.Serialization.DataMember]
public System.ServiceModel.ExceptionDetail InnerException { get; set; }
[System.Runtime.Serialization.DataMember]
public System.ServiceModel.ExceptionDetail InnerException { get; }
[<System.Runtime.Serialization.DataMember>]
member this.InnerException : System.ServiceModel.ExceptionDetail with get, set
[<System.Runtime.Serialization.DataMember>]
member this.InnerException : System.ServiceModel.ExceptionDetail
Public Property InnerException As ExceptionDetail
Public ReadOnly Property InnerException As ExceptionDetail

Valore della proprietà

Informazioni sull'eccezione interna.

Attributi

Commenti

Utilizzare la proprietà InnerException per ottenere il set di eccezioni che ha causato l'eccezione corrente.

Si applica a