Aracılığıyla paylaş


ParserError.ErrorText Özellik

Tanım

Nesnenin ParserError hatasını temsil eden bir dize alır veya ayarlar.

public:
 property System::String ^ ErrorText { System::String ^ get(); void set(System::String ^ value); };
public string ErrorText { get; set; }
member this.ErrorText : string with get, set
Public Property ErrorText As String

Özellik Değeri

String

Hata iletisini içeren bir dize.

Örnekler

Aşağıdaki kod örneği, bir ParserError nesnenin özelliğinin ErrorText nasıl doldurulduğunu gösterir.

MyParserError.ErrorText = "My Error Text";
myParserError.ErrorText = "My Error Text"

Açıklamalar

Bir nesnede ErrorText görüntülenmek üzere ayrıştırıcı hataları için programcı tanımlı bir ParserError hata iletisi sağlamak için özelliğini kullanın.

Şunlara uygulanır