InvalidPluginExecutionException Class
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.
Represents an exception that occurred during plug-in execution.
public ref class InvalidPluginExecutionException sealed : Exception
[System.Serializable]
public sealed class InvalidPluginExecutionException : Exception
[<System.Serializable>]
type InvalidPluginExecutionException = class
inherit Exception
interface ISerializable
Public NotInheritable Class InvalidPluginExecutionException
Inherits Exception
- Inheritance
-
InvalidPluginExecutionException
- Attributes
- Implements
Remarks
When thrown by a plug-in, the Microsoft Dynamics 365 platform displays the exception message in a dialog of the Web application.
Constructors
Properties
ErrorCode |
Gets the numeric code that identifies a specific error condition. |
ExceptionDetails | |
HttpStatus | |
Status |
Gets the status of the plug-in exception. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Sets the SerializationInfo with information about the exception. |