ExceptionParserGetFirstException Method |
Namespace: DWSIM.SharedClasses.ExceptionProcessingAssembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax public static Exception GetFirstException(
AggregateException ex
)
Public Shared Function GetFirstException (
ex As AggregateException
) As Exception
Request Example
View SourceParameters
- ex AggregateException
-
Return Value
ExceptionSee Also