Script |
public class ScriptWarningEventArgs : ScriptMessageEventArgs
The ScriptWarningEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ScriptWarningEventArgs(DocumentItem, String) | Creates new event data for a document and warning message. | |
| ScriptWarningEventArgs(DocumentItem, String, Exception) | Creates new event data for a warning with an assocaited exception. |
| Name | Description | |
|---|---|---|
| Document |
Gets the DocumentItem related to the log item.
(Inherited from ScriptMessageEventArgs) | |
| Exception | Gets the related Exception. | |
| Message |
Gets the log item message.
(Inherited from ScriptMessageEventArgs) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |