Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal message As String, _ ByVal innerException As Exception _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim message As String Dim innerException As Exception Dim instance As New CQGAlgorithmicOrderException(message, innerException) |
C# | |
---|---|
public CQGAlgorithmicOrderException( string message, Exception innerException ) |
C++/CLI | |
---|---|
public: CQGAlgorithmicOrderException( String^ message, Exception^ innerException ) |
Parameters
- message
- A message that describes why this exception was thrown
- innerException
- The exception that caused this exception to be thrown