TaskSchedulingException Class

 

Exception raised when task scheduling failed and could not be retried.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

System.Object
  System.Exception
    Microsoft.VisualStudio.Shell.TaskSchedulingException

[SerializableAttribute]
public class TaskSchedulingException : Exception

NameDescription
System_CAPS_pubmethodTaskSchedulingException()

Initializes a new instance of the TaskSchedulingException class.

System_CAPS_protmethodTaskSchedulingException(SerializationInfo, StreamingContext)

Initializes a new instance of the TaskSchedulingException class with serialized data.

System_CAPS_pubmethodTaskSchedulingException(String)

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

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo, StreamingContext)

(Inherited from Exception.)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Exception.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticVS_E_TASKSCHEDULERFAIL

Visual Studio specific error HRESULT code returned when a task could not be scheduled at the requested time.

NameDescription
System_CAPS_proteventSerializeObjectState

(Inherited from Exception.)

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.

Return to top
Show: