InvalidMCContentException Class

Definition

The exception that is thrown for Markup Compatibility content errors.

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

Constructors

InvalidMCContentException()

Initializes a new instance of the InvalidMCContentException class.

InvalidMCContentException(String)

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

InvalidMCContentException(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