ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / SpreadBuilderException Class / SpreadBuilderException Constructor / SpreadBuilderException Constructor(String,Exception)
The error message explaining the reason for the exception.
The exception that caused the current exception. If the innerException parameter is not a null reference, the current exception is thrown into a catch block that handles the inner exception.

In This Topic
SpreadBuilderException Constructor(String,Exception)
In This Topic
Initializes a new instance of the SpreadBuilderException class with a specified error message and a reference to the inner exception that caused this exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
 

Parameters

message
The error message explaining the reason for the exception.
innerException
The exception that caused the current exception. If the innerException parameter is not a null reference, the current exception is thrown into a catch block that handles the inner exception.
See Also