ImportExtension.RaiseFailEvent Method (String, Exception)
Applies To: Dynamics CRM 2015
Raised a failed event to the caller.
Namespace: Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase
Assembly: Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase (in Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.dll)
Syntax
protected void RaiseFailEvent(
string message,
Exception Ex
)
protected:
void RaiseFailEvent(
String^ message,
Exception^ Ex
)
member RaiseFailEvent :
message:string *
Ex:Exception -> unit
Protected Sub RaiseFailEvent (
message As String,
Ex As Exception
)
Parameters
- message
Type: System.String
- Ex
Type: System.Exception
See Also
ImportExtension Class
Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright