Click or drag to resize

DependencyException Constructor

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