InvalidMCContentException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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. |
InvalidMCContentException(String) |
Initializes a new instance of the InvalidMCContentException class with a specified error message. |