Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property InnerException As WrappedException
[DataMemberAttribute]
public WrappedException InnerException { get; set; }
[DataMemberAttribute]
public:
property WrappedException^ InnerException {
WrappedException^ get ();
void set (WrappedException^ value);
}
[<DataMemberAttribute>]
member InnerException : WrappedException with get, set
function get InnerException () : WrappedException
function set InnerException (value : WrappedException)
Property Value
Type: Microsoft.VisualStudio.Services.WebApi.WrappedException
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.