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

C# Syntax

public GeneralServerErrorException( 
   string message
)

Parameters

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