Share via


AgentThreadOperationException Class

Definition

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.

Applies to