ShelveException Constructor (SerializationInfo, StreamingContext)

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

Syntax

'宣言
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected ShelveException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ShelveException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> ShelveException
protected function ShelveException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

.NET Framework Security

See Also

Reference

ShelveException Class

ShelveException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace