ValueUnavailableException 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 by the GetValue(Object, String) method when the value is not available.
public ref class ValueUnavailableException : SystemException
public class ValueUnavailableException : SystemException
type ValueUnavailableException = class
inherit SystemException
Public Class ValueUnavailableException
Inherits SystemException
- Inheritance
Constructors
| Name | Description |
|---|---|
| ValueUnavailableException() |
Initializes a new instance of the ValueUnavailableException class. |
| ValueUnavailableException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ValueUnavailableException class with serialized data. |
| ValueUnavailableException(String, Exception) |
Initializes a new instance of the ValueUnavailableException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| ValueUnavailableException(String) |
Initializes a new instance of the ValueUnavailableException class with the specified message. |