ErrorOccurredEventArgs Class

Provides data for the Workspace.ErrorOccurred event.
Public Class ErrorOccurredEventArgs 
Inherits EventArgs
This language is not supported or no code example is available.
public class ErrorOccurredEventArgs : EventArgs
This language is not supported or no code example is available.
Name Description
Public property Message Gets the error message.
Public property ObjectNotCompiled Gets the object whose not compiled status caused the error.
Public property StackTrace Gets the stack trace of the error.
Top
Methods
 
Name Description
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
devDept.Eyeshot.Workspace.ErrorOccurredEventArgs

.NET Framework

Supported in: 4.7.2

In this article

Definition