UnshelveException Constructor (Exception)

Initializes a new UnshelveException instance.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    innerException As Exception _
)
public UnshelveException(
    Exception innerException
)
public:
UnshelveException(
    Exception^ innerException
)
new : 
        innerException:Exception -> UnshelveException
public function UnshelveException(
    innerException : Exception
)

Parameters

  • innerException
    Type: System.Exception

    The exception that caused this exception.

.NET Framework Security

See Also

Reference

UnshelveException Class

UnshelveException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace