Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataServiceException Class

 

Represents an instance of the DataServiceException class with a specified message that describes the error.

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

System::Object
  System::Exception
    System::SystemException
      System::InvalidOperationException
        System.Data.Services::DataServiceException

[SerializableAttribute]
public ref class DataServiceException sealed : InvalidOperationException

NameDescription
System_CAPS_pubmethodDataServiceException()

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

System_CAPS_pubmethodDataServiceException(Int32, String^)

Initializes a new instance of the DataServiceException class.

System_CAPS_pubmethodDataServiceException(Int32, String^, String^, String^, Exception^)

Initializes a new instance of the DataServiceException class.

System_CAPS_pubmethodDataServiceException(String^)

Initializes a new instance of the DataServiceException class with a specified message that describes the error.

System_CAPS_pubmethodDataServiceException(String^, Exception^)

Initializes a new instance of the DataServiceException class with a specified error message and a reference to the inner exception that is the cause of this exception.

NameDescription
System_CAPS_pubpropertyData

Gets a collection of key/value pairs that provide additional user-defined information about the exception.(Inherited from Exception.)

System_CAPS_pubpropertyErrorCode

Gets the error code.

System_CAPS_pubpropertyHelpLink

Gets or sets a link to the help file associated with this exception.(Inherited from Exception.)

System_CAPS_pubpropertyHResult

Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

Gets the Exception instance that caused the current exception.(Inherited from Exception.)

System_CAPS_pubpropertyMessage

Gets a message that describes the current exception.(Inherited from Exception.)

System_CAPS_pubpropertyMessageLanguage

Gets the error message language.

System_CAPS_pubpropertySource

Gets or sets the name of the application or the object that causes the error.(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

Gets a string representation of the immediate frames on the call stack.(Inherited from Exception.)

System_CAPS_pubpropertyStatusCode

Gets the HTTP status code returned by the exception.

System_CAPS_pubpropertyTargetSite

Gets the method that throws the current exception.(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Gets data on the object that caused the exception.(Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodGetType()

Gets the runtime type of the current instance.(Inherited from Exception.)

System_CAPS_pubmethodToString()

Creates and returns a string representation of the current exception.(Inherited from Exception.)

.NET Framework
Available since 3.5

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft