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

C# Syntax

public ReportException( 
   string message
)

Parameters

message
The error message with the reason for this exception.