ErrorEventArgs 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.
Supplies information about an error event that is being raised.
public ref class ErrorEventArgs : EventArgs
public class ErrorEventArgs : EventArgs
type ErrorEventArgs = class
inherit EventArgs
Public Class ErrorEventArgs
Inherits EventArgs
- Inheritance
-
ErrorEventArgs
Constructors
ErrorEventArgs() |
Properties
Colno |
Gets the column number of the script file on which the error occurred. |
Filename |
Gets the name of the script file in which the error occurred. |
Lineno |
Gets the line number of the script file on which the error occurred. |
Message |
Gets a a human-readable error message describing the problem. |
Type |
Gets or sets the type of the event. |