DataServiceException::ErrorCode Property

 

Gets the error code.

Namespace:   System.Data.Services
Assembly:  System.Data.Services (in System.Data.Services.dll)

public:
property String^ ErrorCode {
	String^ get();
}

Property Value

Type: System::String^

The integer value that represents the error code.

.NET Framework
Available since 3.5
Return to top
Show: