The exception is thrown when none of the endpoint types provided to the ArtifactManagerProxy cannot initialize a connection using any of the endpoint types provided to it.
Inheritance Hierarchy
System.Exception
kCura.Relativity.Client.NoValidEndpointException
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The NoValidEndpointException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NoValidEndpointException(Dictionary<Scheme, String>, AuthenticationType) |
Initializes a new instance of the NoValidEndpointException exception with a dictionary specifying the end point errors, and the authentication type used to connect to it
|
![]() | NoValidEndpointException(String, Dictionary<Scheme, String>, AuthenticationType) |
Initializes a new instance of the NoValidEndpointException exception with a general error message, a dictionary specifying the end point errors, and the authentication type used to connect to it
|
![]() | NoValidEndpointException(SerializationInfo, StreamingContext, Dictionary<Scheme, String>, AuthenticationType) |
Initializes a new instance of the NoValidEndpointException exception, specifying serialization information, , a dictionary specifying the end point errors, and the authentication type used to connect to it
|
![]() | NoValidEndpointException(String, Exception, Dictionary<Scheme, String>, AuthenticationType) |
Initializes a new instance of the NoValidEndpointException exception with a general error message, an inner exception, a dictionary specifying the end point errors, and the authentication type used to connect to it
|
Properties
Name | Description | |
---|---|---|
![]() | Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Inherited from Exception.) |
![]() | HelpLink | Gets or sets a link to the help file associated with this exception. (Inherited from Exception.) |
![]() | HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Inherited from Exception.) |
![]() | InnerException | Gets the Exception instance that caused the current exception. (Inherited from Exception.) |
![]() | Message |
Gets the consolidated error message by rolling up all the individual endpoint error messages
(Overrides Exception.Message.) |
![]() | Source | Gets or sets the name of the application or the object that causes the error. (Inherited from Exception.) |
![]() | StackTrace | Gets a string representation of the immediate frames on the call stack. (Inherited from Exception.) |
![]() | TargetSite | Gets the method that throws the current exception. (Inherited from Exception.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetBaseException | When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Inherited from Exception.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData | When overridden in a derived class, sets the SerializationInfo with information about the exception. (Inherited from Exception.) |
![]() | GetType | Gets the runtime type of the current instance. (Inherited from Exception.) |
![]() | ToString | Creates and returns a string representation of the current exception. (Inherited from Exception.) |
Fields
Name | Description | |
---|---|---|
![]() | AuthType |
Gets or sets the Authentication type that was used to connect to the end point
|
![]() | EndpointExceptionsDictionary |
Gets or sets the list of exception messages for each end point
|
See Also