MissingDataException 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 type of Exception thrown, when accessing a property which doesn't contain valid data.
[System.Serializable]
public class MissingDataException : Exception
[<System.Serializable>]
type MissingDataException = class
inherit Exception
Public Class MissingDataException
Inherits Exception
- Inheritance
-
MissingDataException
- Attributes
Constructors
MissingDataException() |
Initializes a new instance of the MissingDataException class. |
MissingDataException(SerializationInfo, StreamingContext) |
Initializes a new instance of the MissingDataException class. |
MissingDataException(String) |
Initializes a new instance of the MissingDataException class. |