ImportExtension.RaiseFailEvent 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.
Overloads
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
- Ex
- Exception
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
- Ex
- Exception
- stage
- PDStage