DocumentErrorEventHandler Delegate
Defines the delegate that is called when a DocumentError is reported. All targets that subscribe to the event are notified of the error.
public delegate void DocumentErrorEventHandler(Objectsender,
DocumentErrorEventArgse);
Public Delegate Sub DocumentErrorEventHandler( _
ByVal sender As Object, _
ByVal e As DocumentErrorEventArgs _
)
Parameters
sender
Compiler object that detected the error.e
Contains the DocumentError.
Requirements
Namespace |
Defined in Microsoft.SystemDefinitionModel.Tools. |
Assembly |
Requires SdmCompile (in SdmCompile.dll). |
.NET Framework |
Requires .NET Framework 2.0. |
See Also
Microsoft.SystemDefinitionModel.Tools
DocumentError
DocumentErrorCollection
DocumentErrorEventArgs
Send comments about this topic to Microsoft
Build date: 9/5/2007