ServiceFactoryException Class
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net.dll
[Serializable]
public sealed class ServiceFactoryException : HazelcastException, ISerializable
Implements
Inherited Members
Constructors
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. |