DataServiceTransportException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class to describe errors thrown by transport layer.
[System.Serializable]
public class DataServiceTransportException : InvalidOperationException
[<System.Serializable>]
type DataServiceTransportException = class
inherit InvalidOperationException
Public Class DataServiceTransportException
Inherits InvalidOperationException
- Inheritance
-
DataServiceTransportException
- Attributes
Constructors
| DataServiceTransportException(IODataResponseMessage, Exception) |
Constructs a new instance of DataServiceTransportException. |
| DataServiceTransportException(SerializationInfo, StreamingContext) | |
Properties
| Response |
Gets the response message for this exception. |
Methods
| GetObjectData(SerializationInfo, StreamingContext) |