ErrorData.Plugin Property
ErrorData.Plugin Property |
Returns a reference to the plug-in where the exception originated.
Definition
Visual Basic .NET Public ReadOnly Property Plugin As Object C# public object Plugin { get; } Managed C++ public: __property Object* get_Plugin();
Property Value
System.Object.
This property is read-only. This property has no default value.