ErrorBuild Function | |
Create an error object from an exception.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION ErrorBuild(
pErrInfo AS Exception
) AS Error
public static Error ErrorBuild(
Exception pErrInfo
)
Request Example
View SourceParameters
- pErrInfo
- Type: Exception
An exception object to base the Error object on.
Return Value
Type:
ErrorSee Also