Constructs an NBException from a broker exception list.

C# | Visual Basic | Visual C++ | F# |
public NBException CreateExceptionFromExceptionList( NBMessage exceptionList )
Public Function CreateExceptionFromExceptionList ( _ exceptionList As NBMessage _ ) As NBException
public: NBException^ CreateExceptionFromExceptionList( NBMessage^ exceptionList )
member CreateExceptionFromExceptionList : exceptionList:NBMessage -> NBException

- exceptionList (NBMessage)
- The message representing the exception list.

The NBException.