Aracılığıyla paylaş


ExceptionDetail.InnerException Özellik

Tanım

İç özel durumu temsil eden nesneyi alır veya ayarlar ExceptionDetail .

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

Özellik Değeri

İç özel durum bilgileri.

Öznitelikler

Açıklamalar

InnerException Geçerli özel duruma yol açan özel durumlar kümesini almak için özelliğini kullanın.

Şunlara uygulanır