VsaEngine.GetExceptionToThrow Method

Namespace:  Microsoft.VisualBasic.Vsa
Assembly:  Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.Vsa.dll)

Syntax

'Declaration
Public Shared Function GetExceptionToThrow ( _
    e As Exception _
) As Exception
public static Exception GetExceptionToThrow(
    Exception e
)
public:
static Exception^ GetExceptionToThrow(
    Exception^ e
)
static member GetExceptionToThrow : 
        e:Exception -> Exception
public static function GetExceptionToThrow(
    e : Exception
) : Exception

Parameters

Return Value

Type: System.Exception

.NET Framework Security

See Also

Reference

VsaEngine Class

Microsoft.VisualBasic.Vsa Namespace