JoinableTaskContextException 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.
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, Exception) |
Initializes a new instance of the JoinableTaskContextException class. |
JoinableTaskContextException(String) |
Initializes a new instance of the JoinableTaskContextException class. |