ServiceFactoryException Class
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net.dll
[Serializable]
public sealed class ServiceFactoryException : HazelcastException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
ServiceFactoryException() | Initializes a new instance of the ServiceFactoryException class. |
ServiceFactoryException(Exception) | Initializes a new instance of the ServiceFactoryException class with a reference to the inner exception that is the cause of this exception. |
ServiceFactoryException(string) | Initializes a new instance of the ServiceFactoryException class with a specified error message. |
ServiceFactoryException(string, Exception) | Initializes a new instance of the ServiceFactoryException class with a specified error message and a reference to the inner exception that is the cause of this exception. |