Share via


TraceInfo.ErrorInfoList Field

banner art

Specifies an array of error information for the scheduling operation.

Syntax

[Visual Basic .NET]
Public Field ErrorInfoList As ErrorInfo()
[C#]
public ErrorInfo[] ErrorInfoList;
[JScript]
public var ErrorInfoList : ErrorInfo[];

Remarks

Represents an array of type ErrorInfo.

Scheduling errors occur, for example, when a resource is not available for the specified appointment time.

See Also

© 2007 Microsoft Corporation. All rights reserved.