Uredi

ValueUnavailableException Class

Definition

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
ValueUnavailableException

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.

Applies to