Condividi tramite


Classe InvalidPluginExecutionException

Si applica a: CRM 2015 on-prem, CRM Online

Represents an exception that occurred during plug-in execution.

Spazio dei nomi: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class InvalidPluginExecutionException
    Inherits Exception
    Implements ISerializable
[SerializableAttribute] 
public sealed class InvalidPluginExecutionException : Exception, ISerializable

Note

When thrown by a plug-in, the Microsoft Dynamics CRM platform displays the exception message in a dialog of the Web application.

Gerarchia ereditarietà

System.Object
   System.Exception
    Microsoft.Xrm.Sdk.InvalidPluginExecutionException

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows Server 2003 e

Piattaforme di destinazione

Windows Vista,Windows XP

Vedere anche

Riferimento

Membri InvalidPluginExecutionException
Spazio dei nomi Microsoft.Xrm.Sdk

Altre risorse

Handle Exceptions in Plug-ins

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.