LoadedEventArgs.Errors Property

Definition

Gets a collection of errors that occurred while the designer was loading.

public:
 property System::Collections::ICollection ^ Errors { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Errors { get; }
member this.Errors : System.Collections.ICollection
Public ReadOnly Property Errors As ICollection

Property Value

A collection of errors that occurred while the designer was loading.

Applies to