Click or drag to resize
UpdateException Constructor
Overload List
  NameDescription
Public methodUpdateException
Initializes a new instance of the UpdateException class.
Public methodUpdateException(String)
Initializes a new instance of the UpdateException class with a specified error message.
Protected methodUpdateException(SerializationInfo, StreamingContext)
Initializes a new instance of the UpdateException class with serialized data.
Public methodUpdateException(String, Exception)
Initializes a new instance of the UpdateException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also