Click or drag to resize

InternalErrorException Constructor (String, String, String)

Creates a new InternalErrorException instance.

Namespace:  SD.LLBLGen.Pro.Core.Exceptions
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public InternalErrorException(
	string methodName,
	string className,
	string errorMessage
)

Parameters

methodName
Type: SystemString
Name of the method.
className
Type: SystemString
Name of the class.
errorMessage
Type: SystemString
Error message.
See Also