This documentation is archived and is not being maintained.

VssException Constructor (String, Int32, Boolean, Exception)

Visual Studio 2013

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

public:
VssException(
	String^ message, 
	int errorCode, 
	bool logException, 
	Exception^ innerException
)

Parameters

message
Type: System::String
errorCode
Type: System::Int32
logException
Type: System::Boolean
innerException
Type: System::Exception

Show: