'Declaration
Public Function New( _ ByVal statusCode As UInteger, _ ByVal e As Exception _ )
'Usage
Dim 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