TimeoutException Class

Definition

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 SdkExceptionBase
Public 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)

Initializes a new instance of the TimeoutException class with the specified error message.

TimeoutException(String, Exception)

Initializes a new instance of the TimeoutException class with the specified error message and inner exception.

Applies to