Expand Minimize
This topic has not yet been rated - Rate this topic

Troubleshooting Exceptions: System.NotCancelableException

A NotCancelableException is thrown when an attempt is made to cancel an operation that is not cancelable.

Do not try to cancel the operation.

Some operations cannot be canceled and will throw this exception when such an attempt is made. Avoid giving the user an option to cancel the operation in these cases.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.