InvalidPropertyException 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.
Exception thrown when a property is invalid in the model.
[System.Serializable]
public class InvalidPropertyException : Exception
[<System.Serializable>]
type InvalidPropertyException = class
inherit Exception
Public Class InvalidPropertyException
Inherits Exception
- Inheritance
-
InvalidPropertyException
- Attributes
Constructors
InvalidPropertyException(SerializationInfo, StreamingContext) |
Initializes a new instance of the InvalidPropertyException class. |
InvalidPropertyException(String) |
Initializes a new instance of the InvalidPropertyException class. |