Share via


VTError Constructors

Definition

Overloads

VTError()

Initializes a new instance of the VTError class.

VTError(String)

Initializes a new instance of the VTError class with the specified text content.

VTError()

Initializes a new instance of the VTError class.

public VTError ();
Public Sub New ()

Applies to

VTError(String)

Initializes a new instance of the VTError class with the specified text content.

public VTError (string text);
new DocumentFormat.OpenXml.VariantTypes.VTError : string -> DocumentFormat.OpenXml.VariantTypes.VTError
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to