Class TransientServiceException
Reaching the service has failed.
Implements
Inherited Members
Namespace: Unity.Cloud.Common
Assembly: Unity.Cloud.Common.dll
Syntax
[Serializable]
public class TransientServiceException : ServiceException, ISerializable
Constructors
TransientServiceException()
Default constructor.
Declaration
public TransientServiceException()
TransientServiceException(SerializationInfo, StreamingContext)
Creates an instance from the provided serialization info and streaming context.
Declaration
protected TransientServiceException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The serialization info. |
StreamingContext | context | The streaming context. |
TransientServiceException(string)
Creates an instance from the provided error message.
Declaration
public TransientServiceException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
TransientServiceException(string, Exception)
Creates an instance from the provided error message and inner exception.
Declaration
public TransientServiceException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
Exception | innerException | The inner exception. |