NamespaceNotUnderstandException Class

Definition

The exception that is thrown for Markup Compatibility content errors.

public sealed class NamespaceNotUnderstandException : Exception
[System.Serializable]
public sealed class NamespaceNotUnderstandException : Exception
type NamespaceNotUnderstandException = class
    inherit Exception
[<System.Serializable>]
type NamespaceNotUnderstandException = class
    inherit Exception
Public NotInheritable Class NamespaceNotUnderstandException
Inherits Exception
Inheritance
NamespaceNotUnderstandException
Attributes

Constructors

NamespaceNotUnderstandException()

Initializes a new instance of the InvalidMCContentException class.

NamespaceNotUnderstandException(String)

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

NamespaceNotUnderstandException(String, Exception)

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.

Applies to