AgentThreadOperationException 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.
Defines an exception that's thrown when an operation on an AgentThread fails, such as creating or deleting the thread.
public class AgentThreadOperationException : Exception
type AgentThreadOperationException = class
inherit Exception
Public Class AgentThreadOperationException
Inherits Exception
- Inheritance
-
AgentThreadOperationException
Constructors
AgentThreadOperationException() |
Initializes a new instance of the AgentThreadOperationException class. |
AgentThreadOperationException(String, Exception) |
Initializes a new instance of the AgentThreadOperationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
AgentThreadOperationException(String) |
Initializes a new instance of the AgentThreadOperationException class with a specified error message. |