InvalidAgentException Constructor(String)
Initializes a new instance of the InvalidAgentException class with a specified error message.

C# Syntax

public InvalidAgentException( 
   string message
)

Parameters

message
The error message that explains the reason for the exception.