Class AuthenticationServiceCommunicationException
This Exception is thrown when there is an error in the communication with the identity service
Inheritance
System.Object
AuthenticationServiceCommunicationException
Namespace: DocuWare.Platform.ServerClient.Exceptions
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class AuthenticationServiceCommunicationException : Exception
Constructors
AuthenticationServiceCommunicationException()
Default constructor
Declaration
public AuthenticationServiceCommunicationException()
AuthenticationServiceCommunicationException(String)
Constructor with exception message
Declaration
public AuthenticationServiceCommunicationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The exception message |
AuthenticationServiceCommunicationException(String, Exception)
Constructor with message and inner exception
Declaration
public AuthenticationServiceCommunicationException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The exception message |
Exception | innerException | The inner exception |