Click or drag to resize

STARException Constructor

STARException construction

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public STARException(
	string message,
	Exception innerException,
	ModuleErrors errors
)

Parameters

message
Type: SystemString
message
innerException
Type: SystemException
inner exception
errors
Type: Huarui.STARLineModuleErrors
module errors
See Also