RecognitionAbortedException.RecognitionAbortedException

RecognitionAbortedException()

Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message.

public RecognitionAbortedException()

See Also


RecognitionAbortedException(int)

Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message.

public RecognitionAbortedException(int executionTime)
ParameterTypeDescription
executionTimeInt32The execution time of current recognition session.

See Also


RecognitionAbortedException(string, int)

Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message.

public RecognitionAbortedException(string message, int executionTime)
ParameterTypeDescription
messageStringThe error message of the exception.
executionTimeInt32The execution time of current recognition session.

See Also