ReverseEngineer.RaiseCancellationOpportunityEvent Method
Raises the CancellationOpportunityReached event.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Sub RaiseCancellationOpportunityEvent
protected void RaiseCancellationOpportunityEvent()
protected:
void RaiseCancellationOpportunityEvent()
member RaiseCancellationOpportunityEvent : unit -> unit
protected function RaiseCancellationOpportunityEvent()
Exceptions
Exception | Condition |
---|---|
OperationCanceledException | The CancelEventArgs.Cancel property has been set to true. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.