Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ImportExtension.RaiseFailEvent Method

Definition

Namespace:
Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase
Assembly:
Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.dll
Package:
Microsoft.CrmSdk.XrmTooling.PackageDeployment v9.1.0.184

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

Name Description
RaiseFailEvent(String, Exception)

Raised a failed event to the caller.

RaiseFailEvent(String, Exception, PDStage)

Raised a failed event to the caller.

RaiseFailEvent(String, Exception)

Raised a failed event to the caller.

protected:
 void RaiseFailEvent(System::String ^ message, Exception ^ Ex);
protected void RaiseFailEvent(string message, Exception Ex);
member this.RaiseFailEvent : string * Exception -> unit
Protected Sub RaiseFailEvent (message As String, Ex As Exception)

Parameters

message
String

Applies to

RaiseFailEvent(String, Exception, PDStage)

Raised a failed event to the caller.

public:
 virtual void RaiseFailEvent(System::String ^ message, Exception ^ Ex, Microsoft::Xrm::Tooling::PackageDeployment::CrmPackageExtentionBase::PDStage stage);
public void RaiseFailEvent(string message, Exception Ex, Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.PDStage stage);
abstract member RaiseFailEvent : string * Exception * Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.PDStage -> unit
override this.RaiseFailEvent : string * Exception * Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.PDStage -> unit
Public Sub RaiseFailEvent (message As String, Ex As Exception, stage As PDStage)

Parameters

message
String
stage
PDStage

Implements

Applies to