'Declaration
Public Function New( _ ByVal e As Exception, _ ByVal defaultCode As UInteger _ )
'Usage
Dim e As Exception Dim defaultCode As UInteger Dim instance As New StatusCode(e, defaultCode)
public StatusCode( Exception e, uint defaultCode )
public: StatusCode( Exception^ e, uint defaultCode )
Parameters
- e
- The exception to convert to a status code
- defaultCode
- The default code to apply if the routine cannot determine the code from the Exception