'DeclarationPublic Function New( _ ByVal statusCode As UInteger, _ ByVal e As Exception _ )
'UsageDim statusCode As UInteger Dim e As Exception Dim instance As New ServiceResultException(statusCode, e)
public ServiceResultException( uint statusCode, Exception e )
public: ServiceResultException( uint statusCode, Exception^ e )
Parameters
- statusCode
- e