TaskSchedulingException Class
Exception raised when task scheduling failed and could not be retried.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | TaskSchedulingException() | Initializes a new instance of the TaskSchedulingException class. |
![]() | TaskSchedulingException(SerializationInfo, StreamingContext) | Initializes a new instance of the TaskSchedulingException class with serialized data. |
![]() | TaskSchedulingException(String) | Initializes a new instance of the TaskSchedulingException class with a specified error message. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() ![]() | VS_E_TASKSCHEDULERFAIL | Visual Studio specific error HRESULT code returned when a task could not be scheduled at the requested time. |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | IsCritical() | (Defined by ExtensionMethods.) |
This exception is raised from IVsTask.Wait* methods when a task that needs to be run for Wait to finish could not be scheduled.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





