35 /// Creates a new BrokerageException with the specified message.
36 /// </summary>
37 /// <param name="message">The error message that explains the reason for the exception.</param>
38 /// <param name="inner">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>