IImportExtensions6.RaiseFailEvent(String, Exception, PDStage) Method
Definition
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.
Raised a failed event to the caller.
public:
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
Public Sub RaiseFailEvent (message As String, Ex As Exception, stage As PDStage)
Parameters
- message
- String
- Ex
- Exception
- stage
- PDStage