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
Public Function TryGetException ( _
<OutAttribute> ByRef value As Exception _
) As Boolean
public bool TryGetException(
out Exception value
)
public:
bool TryGetException(
[OutAttribute] Exception^% value
)
member TryGetException :
value:Exception byref -> bool
public function TryGetException(
value : Exception
) : boolean
Parameters
- value
Type: System.Exception%
Return Value
Type: System.Boolean
.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.