Udostępnij za pośrednictwem


ParserErrorCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ParserErrorCollection.

Przeciążenia

ParserErrorCollection()

Inicjuje nowe wystąpienie klasy ParserErrorCollection.

ParserErrorCollection(ParserError[])

Inicjuje nowe wystąpienie klasy ParserErrorCollection.

ParserErrorCollection()

Inicjuje nowe wystąpienie klasy ParserErrorCollection.

public:
 ParserErrorCollection();
public ParserErrorCollection ();
Public Sub New ()

Przykłady

W poniższym przykładzie kodu pokazano, jak zainicjować wystąpienie ParserErrorCollection klasy.

// Create an empty ParserErrorCollection.
ParserErrorCollection collection = new ParserErrorCollection();
' Create an empty ParserErrorCollection.
Dim collection As New ParserErrorCollection()

Dotyczy

ParserErrorCollection(ParserError[])

Inicjuje nowe wystąpienie klasy ParserErrorCollection.

public:
 ParserErrorCollection(cli::array <System::Web::ParserError ^> ^ value);
public ParserErrorCollection (System.Web.ParserError[] value);
new System.Web.ParserErrorCollection : System.Web.ParserError[] -> System.Web.ParserErrorCollection
Public Sub New (value As ParserError())

Parametry

value
ParserError[]

Tablica typu ParserError , która określa błędy do dodania do kolekcji.

Uwagi

Konstruktor ParserErrorCollection.ParserErrorCollection dodaje tablicę ParserError obiektów do kolekcji.

Dotyczy