Click or drag to resize

DataUnavailableException Constructor

Overload List
  NameDescription
Public methodDataUnavailableException
Initializes a new instance of the DataUnavailableException class.
Public methodDataUnavailableException(String)
Initializes a new instance of the DataUnavailableException class with a specified error message.
Protected methodDataUnavailableException(SerializationInfo, StreamingContext)
Initializes a new instance of the System.Exception class with serialized data.
Public methodDataUnavailableException(String, Exception)
Initializes a new instance of the DataUnavailableException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also