InvalidMCContentException Constructor (String)

Initializes a new instance of the InvalidMCContentException class with a specified error message.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New InvalidMCContentException(message)
public InvalidMCContentException(
    string message
)

Parameters

  • message
    Type: System.String
    The message that describes the error.

See Also

Reference

InvalidMCContentException Class

InvalidMCContentException Members

InvalidMCContentException Overload

DocumentFormat.OpenXml Namespace