SyncSubsystemException Constructor (String, Exception)

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public SyncSubsystemException(
    string message,
    Exception innerException
)
public:
SyncSubsystemException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> SyncSubsystemException
public function SyncSubsystemException(
    message : String, 
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

SyncSubsystemException Class

SyncSubsystemException Overload

Microsoft.TeamFoundation.Server Namespace