DataServiceException Constructor

Initializes a new instance of the DataServiceException class with a system-supplied message that describes the error.

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

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New DataServiceException()
public DataServiceException()
public:
DataServiceException()
new : unit -> DataServiceException
public function DataServiceException()

Remarks

This constructor initializes the Message property of the new instance to a system-supplied message that describes the error. This message takes into account the current system culture.

See Also

Reference

DataServiceException Class

DataServiceException Overload

System.Data.Services Namespace

Other Resources

Handling and Throwing Exceptions