'Declaration
Protected Function New( _ ByVal serviceResult As UAServiceResult, _ ByVal innerException As Exception _ )
'Usage
Dim serviceResult As UAServiceResult Dim innerException As Exception Dim instance As New UAServiceException(serviceResult, innerException)
protected UAServiceException( UAServiceResult serviceResult, Exception innerException )
protected: UAServiceException( UAServiceResult^ serviceResult, Exception^ innerException )
Parameters
- serviceResult
- Service result.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - innerException
- Inner exception.
The value of this parameter can be
null
(Nothing
in Visual Basic).