WrappedException.Unwrap Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function Unwrap ( _
typeMapping As IDictionary(Of String, Type) _
) As Exception
public Exception Unwrap(
IDictionary<string, Type> typeMapping
)
public:
Exception^ Unwrap(
IDictionary<String^, Type^>^ typeMapping
)
member Unwrap :
typeMapping:IDictionary<string, Type> -> Exception
public function Unwrap(
typeMapping : IDictionary<String, Type>
) : Exception
Parameters
- typeMapping
Type: System.Collections.Generic.IDictionary<String, Type>
Return Value
Type: System.Exception
.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.