JoinableTaskContextException Class

Definition

An exception thrown when the configuration provided to the JoinableTaskContext are incorrect or a virtual method is overridden such that it violates a contract. This exception should not be caught. It is thrown when the application has a programming fault.

public ref class JoinableTaskContextException : Exception
[System.Serializable]
public class JoinableTaskContextException : Exception
[<System.Serializable>]
type JoinableTaskContextException = class
    inherit Exception
Public Class JoinableTaskContextException
Inherits Exception
Inheritance
JoinableTaskContextException
Attributes

Constructors

JoinableTaskContextException()

Initializes a new instance of the JoinableTaskContextException class.

JoinableTaskContextException(SerializationInfo, StreamingContext)

Initializes a new instance of the JoinableTaskContextException class.

JoinableTaskContextException(String)

Initializes a new instance of the JoinableTaskContextException class.

JoinableTaskContextException(String, Exception)

Initializes a new instance of the JoinableTaskContextException class.

Applies to