Class RemoteStateManager.RemoteStateErrors
Inheritance
System.Object
RemoteStateManager.RemoteStateErrors
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: FChoice.Common.dll
Syntax
protected class RemoteStateErrors
Fields
RS_DATABASE_SETUP
Declaration
public const string RS_DATABASE_SETUP = "COMMON_RS_DATABASE_SETUP"
Field Value
Type |
Description |
System.String |
|
RS_INIT_ERROR
Declaration
public const string RS_INIT_ERROR = "COMMON_RS_INIT_ERROR"
Field Value
Type |
Description |
System.String |
|
RS_LOAD_ERROR
Declaration
public const string RS_LOAD_ERROR = "COMMON_RS_LOAD_ERROR"
Field Value
Type |
Description |
System.String |
|
RS_MISSING_CONFIG
Declaration
public const string RS_MISSING_CONFIG = "COMMON_RS_MISSING_CONFIG"
Field Value
Type |
Description |
System.String |
|
RS_NOT_SERIALIZABLE
Declaration
public const string RS_NOT_SERIALIZABLE = "COMMON_RS_NOT_SERIALIZABLE"
Field Value
Type |
Description |
System.String |
|
RS_REMOVE_ERROR
Declaration
public const string RS_REMOVE_ERROR = "COMMON_RS_REMOVE_ERROR"
Field Value
Type |
Description |
System.String |
|
RS_REMOVE_EXPIRED_ERROR
Declaration
public const string RS_REMOVE_EXPIRED_ERROR = "COMMON_RS_REMOVE_EXPIRED_ERROR"
Field Value
Type |
Description |
System.String |
|
RS_RESETTIMEOUT_ERROR
Declaration
public const string RS_RESETTIMEOUT_ERROR = "COMMON_RS_RESETTIMEOUT_ERROR"
Field Value
Type |
Description |
System.String |
|
RS_SAVE_ERROR
Declaration
public const string RS_SAVE_ERROR = "COMMON_RS_SAVE_ERROR"
Field Value
Type |
Description |
System.String |
|
RS_UNABLE_TO_CONNECT
Declaration
public const string RS_UNABLE_TO_CONNECT = "COMMON_RS_UNABLE_TO_CONNECT"
Field Value
Type |
Description |
System.String |
|