TimeoutException 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.
The exception that is thrown when the time allotted for a data operation has expired.
public ref class TimeoutException sealed : Microsoft::Xrm::Sdk::SdkExceptionBase[System.Serializable]
public sealed class TimeoutException : Microsoft.Xrm.Sdk.SdkExceptionBase[<System.Serializable>]
type TimeoutException = class
    inherit SdkExceptionBasePublic NotInheritable Class TimeoutException
Inherits SdkExceptionBase- Inheritance
- 
				TimeoutException
- Attributes
Constructors
| TimeoutException(Exception) | Initializes a new instance of the TimeoutException class with the specified inner exception. | 
| TimeoutException(String, Exception) | Initializes a new instance of the TimeoutException class with the specified error message and inner exception. | 
| TimeoutException(String) | Initializes a new instance of the TimeoutException class with the specified error message. |