VssServiceException Constructor (String, Exception)

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

VssServiceException Class

VssServiceException Overload

Microsoft.VisualStudio.Services.Common Namespace