ExceptionDetail.InnerException Eigenschap

Definitie

Hiermee wordt het ExceptionDetail object opgehaald of ingesteld dat de binnenste uitzondering vertegenwoordigt.

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

Waarde van eigenschap

De interne uitzonderingsgegevens.

Kenmerken

Opmerkingen

Gebruik de InnerException eigenschap om de set uitzonderingen te verkrijgen die tot de huidige uitzondering hebben geleid.

Van toepassing op