DocumentErrorEventHandler Delegate

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.

  [C#]
public delegate void DocumentErrorEventHandler(
  Object sender,
  DocumentErrorEventArgs e
);

FakePre-f3718453ef2c491a8d8804830c11bf89-da813f8e423b41d2bd15b559d9d948ee

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: 10/2/2007