| InternalErrorException Constructor (String, String, String) | 
  
    Namespace: 
   SD.LLBLGen.Pro.Core.Exceptions
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic InternalErrorException(
	string methodName,
	string className,
	string errorMessage
)
Public Sub New ( 
	methodName As String,
	className As String,
	errorMessage As String
)
Parameters
- methodName
 - Type: SystemString
Name of the method. - className
 - Type: SystemString
Name of the class. - errorMessage
 - Type: SystemString
Error message. 
See Also