Raised when an operation has been cancelled.

Namespace:  BayesServer
Assembly:  BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)

Syntax

C#
[SerializableAttribute]
public class CancelledException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class CancelledException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class CancelledException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    BayesServer..::.CancelledException

See Also