 | NamespaceNotUnderstandException(String, Exception) Constructor |
Initializes a new instance of the InvalidMCContentException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic NamespaceNotUnderstandException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
NamespaceNotUnderstandException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> NamespaceNotUnderstandException
Parameters
- message String
- The error message that explains the reason for the exception.
- innerException Exception
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
See Also