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