 | STARException Constructor |
STARException construction
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic STARException(
string message,
Exception innerException,
ModuleErrors errors
)
Public Sub New (
message As String,
innerException As Exception,
errors As ModuleErrors
)
public:
STARException(
String^ message,
Exception^ innerException,
ModuleErrors^ errors
)
new :
message : string *
innerException : Exception *
errors : ModuleErrors -> STARExceptionParameters
- message
- Type: SystemString
message - innerException
- Type: SystemException
inner exception - errors
- Type: Huarui.STARLineModuleErrors
module errors
See Also