ホーム › System.ComponentServices › AutoSvcs_Error_Constants
AutoSvcs_Error_Constants
列挙型メンバー 26
| 名前 | 10進 | 16進 |
|---|---|---|
| mtsErrCtxAborted | 2147803138 | 0x8004E002 |
| mtsErrCtxAborting | 2147803139 | 0x8004E003 |
| mtsErrCtxNoContext | 2147803140 | 0x8004E004 |
| mtsErrCtxNotRegistered | 2147803141 | 0x8004E005 |
| mtsErrCtxSynchTimeout | 2147803142 | 0x8004E006 |
| mtsErrCtxOldReference | 2147803143 | 0x8004E007 |
| mtsErrCtxRoleNotFound | 2147803148 | 0x8004E00C |
| mtsErrCtxNoSecurity | 2147803149 | 0x8004E00D |
| mtsErrCtxWrongThread | 2147803150 | 0x8004E00E |
| mtsErrCtxTMNotAvailable | 2147803151 | 0x8004E00F |
| comQCErrApplicationNotQueued | 2148599296 | 0x80110600 |
| comQCErrNoQueueableInterfaces | 2148599297 | 0x80110601 |
| comQCErrQueuingServiceNotAvailable | 2148599298 | 0x80110602 |
| comQCErrQueueTransactMismatch | 2148599299 | 0x80110603 |
| comqcErrRecorderMarshalled | 2148599300 | 0x80110604 |
| comqcErrOutParam | 2148599301 | 0x80110605 |
| comqcErrRecorderNotTrusted | 2148599302 | 0x80110606 |
| comqcErrPSLoad | 2148599303 | 0x80110607 |
| comqcErrMarshaledObjSameTxn | 2148599304 | 0x80110608 |
| comqcErrInvalidMessage | 2148599376 | 0x80110650 |
| comqcErrMsmqSidUnavailable | 2148599377 | 0x80110651 |
| comqcErrWrongMsgExtension | 2148599378 | 0x80110652 |
| comqcErrMsmqServiceUnavailable | 2148599379 | 0x80110653 |
| comqcErrMsgNotAuthenticated | 2148599380 | 0x80110654 |
| comqcErrMsmqConnectorUsed | 2148599381 | 0x80110655 |
| comqcErrBadMarshaledObject | 2148599382 | 0x80110656 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum AutoSvcs_Error_Constants : unsigned int {
mtsErrCtxAborted = 2147803138,
mtsErrCtxAborting = 2147803139,
mtsErrCtxNoContext = 2147803140,
mtsErrCtxNotRegistered = 2147803141,
mtsErrCtxSynchTimeout = 2147803142,
mtsErrCtxOldReference = 2147803143,
mtsErrCtxRoleNotFound = 2147803148,
mtsErrCtxNoSecurity = 2147803149,
mtsErrCtxWrongThread = 2147803150,
mtsErrCtxTMNotAvailable = 2147803151,
comQCErrApplicationNotQueued = 2148599296,
comQCErrNoQueueableInterfaces = 2148599297,
comQCErrQueuingServiceNotAvailable = 2148599298,
comQCErrQueueTransactMismatch = 2148599299,
comqcErrRecorderMarshalled = 2148599300,
comqcErrOutParam = 2148599301,
comqcErrRecorderNotTrusted = 2148599302,
comqcErrPSLoad = 2148599303,
comqcErrMarshaledObjSameTxn = 2148599304,
comqcErrInvalidMessage = 2148599376,
comqcErrMsmqSidUnavailable = 2148599377,
comqcErrWrongMsgExtension = 2148599378,
comqcErrMsmqServiceUnavailable = 2148599379,
comqcErrMsgNotAuthenticated = 2148599380,
comqcErrMsmqConnectorUsed = 2148599381,
comqcErrBadMarshaledObject = 2148599382
} AutoSvcs_Error_Constants;public enum AutoSvcs_Error_Constants : uint
{
mtsErrCtxAborted = 2147803138,
mtsErrCtxAborting = 2147803139,
mtsErrCtxNoContext = 2147803140,
mtsErrCtxNotRegistered = 2147803141,
mtsErrCtxSynchTimeout = 2147803142,
mtsErrCtxOldReference = 2147803143,
mtsErrCtxRoleNotFound = 2147803148,
mtsErrCtxNoSecurity = 2147803149,
mtsErrCtxWrongThread = 2147803150,
mtsErrCtxTMNotAvailable = 2147803151,
comQCErrApplicationNotQueued = 2148599296,
comQCErrNoQueueableInterfaces = 2148599297,
comQCErrQueuingServiceNotAvailable = 2148599298,
comQCErrQueueTransactMismatch = 2148599299,
comqcErrRecorderMarshalled = 2148599300,
comqcErrOutParam = 2148599301,
comqcErrRecorderNotTrusted = 2148599302,
comqcErrPSLoad = 2148599303,
comqcErrMarshaledObjSameTxn = 2148599304,
comqcErrInvalidMessage = 2148599376,
comqcErrMsmqSidUnavailable = 2148599377,
comqcErrWrongMsgExtension = 2148599378,
comqcErrMsmqServiceUnavailable = 2148599379,
comqcErrMsgNotAuthenticated = 2148599380,
comqcErrMsmqConnectorUsed = 2148599381,
comqcErrBadMarshaledObject = 2148599382,
}Public Enum AutoSvcs_Error_Constants As UInteger
mtsErrCtxAborted = 2147803138
mtsErrCtxAborting = 2147803139
mtsErrCtxNoContext = 2147803140
mtsErrCtxNotRegistered = 2147803141
mtsErrCtxSynchTimeout = 2147803142
mtsErrCtxOldReference = 2147803143
mtsErrCtxRoleNotFound = 2147803148
mtsErrCtxNoSecurity = 2147803149
mtsErrCtxWrongThread = 2147803150
mtsErrCtxTMNotAvailable = 2147803151
comQCErrApplicationNotQueued = 2148599296
comQCErrNoQueueableInterfaces = 2148599297
comQCErrQueuingServiceNotAvailable = 2148599298
comQCErrQueueTransactMismatch = 2148599299
comqcErrRecorderMarshalled = 2148599300
comqcErrOutParam = 2148599301
comqcErrRecorderNotTrusted = 2148599302
comqcErrPSLoad = 2148599303
comqcErrMarshaledObjSameTxn = 2148599304
comqcErrInvalidMessage = 2148599376
comqcErrMsmqSidUnavailable = 2148599377
comqcErrWrongMsgExtension = 2148599378
comqcErrMsmqServiceUnavailable = 2148599379
comqcErrMsgNotAuthenticated = 2148599380
comqcErrMsmqConnectorUsed = 2148599381
comqcErrBadMarshaledObject = 2148599382
End Enumimport enum
class AutoSvcs_Error_Constants(enum.IntEnum):
mtsErrCtxAborted = 2147803138
mtsErrCtxAborting = 2147803139
mtsErrCtxNoContext = 2147803140
mtsErrCtxNotRegistered = 2147803141
mtsErrCtxSynchTimeout = 2147803142
mtsErrCtxOldReference = 2147803143
mtsErrCtxRoleNotFound = 2147803148
mtsErrCtxNoSecurity = 2147803149
mtsErrCtxWrongThread = 2147803150
mtsErrCtxTMNotAvailable = 2147803151
comQCErrApplicationNotQueued = 2148599296
comQCErrNoQueueableInterfaces = 2148599297
comQCErrQueuingServiceNotAvailable = 2148599298
comQCErrQueueTransactMismatch = 2148599299
comqcErrRecorderMarshalled = 2148599300
comqcErrOutParam = 2148599301
comqcErrRecorderNotTrusted = 2148599302
comqcErrPSLoad = 2148599303
comqcErrMarshaledObjSameTxn = 2148599304
comqcErrInvalidMessage = 2148599376
comqcErrMsmqSidUnavailable = 2148599377
comqcErrWrongMsgExtension = 2148599378
comqcErrMsmqServiceUnavailable = 2148599379
comqcErrMsgNotAuthenticated = 2148599380
comqcErrMsmqConnectorUsed = 2148599381
comqcErrBadMarshaledObject = 2148599382// AutoSvcs_Error_Constants
pub const mtsErrCtxAborted: u32 = 2147803138;
pub const mtsErrCtxAborting: u32 = 2147803139;
pub const mtsErrCtxNoContext: u32 = 2147803140;
pub const mtsErrCtxNotRegistered: u32 = 2147803141;
pub const mtsErrCtxSynchTimeout: u32 = 2147803142;
pub const mtsErrCtxOldReference: u32 = 2147803143;
pub const mtsErrCtxRoleNotFound: u32 = 2147803148;
pub const mtsErrCtxNoSecurity: u32 = 2147803149;
pub const mtsErrCtxWrongThread: u32 = 2147803150;
pub const mtsErrCtxTMNotAvailable: u32 = 2147803151;
pub const comQCErrApplicationNotQueued: u32 = 2148599296;
pub const comQCErrNoQueueableInterfaces: u32 = 2148599297;
pub const comQCErrQueuingServiceNotAvailable: u32 = 2148599298;
pub const comQCErrQueueTransactMismatch: u32 = 2148599299;
pub const comqcErrRecorderMarshalled: u32 = 2148599300;
pub const comqcErrOutParam: u32 = 2148599301;
pub const comqcErrRecorderNotTrusted: u32 = 2148599302;
pub const comqcErrPSLoad: u32 = 2148599303;
pub const comqcErrMarshaledObjSameTxn: u32 = 2148599304;
pub const comqcErrInvalidMessage: u32 = 2148599376;
pub const comqcErrMsmqSidUnavailable: u32 = 2148599377;
pub const comqcErrWrongMsgExtension: u32 = 2148599378;
pub const comqcErrMsmqServiceUnavailable: u32 = 2148599379;
pub const comqcErrMsgNotAuthenticated: u32 = 2148599380;
pub const comqcErrMsmqConnectorUsed: u32 = 2148599381;
pub const comqcErrBadMarshaledObject: u32 = 2148599382;// AutoSvcs_Error_Constants
const (
mtsErrCtxAborted uint32 = 2147803138
mtsErrCtxAborting uint32 = 2147803139
mtsErrCtxNoContext uint32 = 2147803140
mtsErrCtxNotRegistered uint32 = 2147803141
mtsErrCtxSynchTimeout uint32 = 2147803142
mtsErrCtxOldReference uint32 = 2147803143
mtsErrCtxRoleNotFound uint32 = 2147803148
mtsErrCtxNoSecurity uint32 = 2147803149
mtsErrCtxWrongThread uint32 = 2147803150
mtsErrCtxTMNotAvailable uint32 = 2147803151
comQCErrApplicationNotQueued uint32 = 2148599296
comQCErrNoQueueableInterfaces uint32 = 2148599297
comQCErrQueuingServiceNotAvailable uint32 = 2148599298
comQCErrQueueTransactMismatch uint32 = 2148599299
comqcErrRecorderMarshalled uint32 = 2148599300
comqcErrOutParam uint32 = 2148599301
comqcErrRecorderNotTrusted uint32 = 2148599302
comqcErrPSLoad uint32 = 2148599303
comqcErrMarshaledObjSameTxn uint32 = 2148599304
comqcErrInvalidMessage uint32 = 2148599376
comqcErrMsmqSidUnavailable uint32 = 2148599377
comqcErrWrongMsgExtension uint32 = 2148599378
comqcErrMsmqServiceUnavailable uint32 = 2148599379
comqcErrMsgNotAuthenticated uint32 = 2148599380
comqcErrMsmqConnectorUsed uint32 = 2148599381
comqcErrBadMarshaledObject uint32 = 2148599382
)const
mtsErrCtxAborted = 2147803138;
mtsErrCtxAborting = 2147803139;
mtsErrCtxNoContext = 2147803140;
mtsErrCtxNotRegistered = 2147803141;
mtsErrCtxSynchTimeout = 2147803142;
mtsErrCtxOldReference = 2147803143;
mtsErrCtxRoleNotFound = 2147803148;
mtsErrCtxNoSecurity = 2147803149;
mtsErrCtxWrongThread = 2147803150;
mtsErrCtxTMNotAvailable = 2147803151;
comQCErrApplicationNotQueued = 2148599296;
comQCErrNoQueueableInterfaces = 2148599297;
comQCErrQueuingServiceNotAvailable = 2148599298;
comQCErrQueueTransactMismatch = 2148599299;
comqcErrRecorderMarshalled = 2148599300;
comqcErrOutParam = 2148599301;
comqcErrRecorderNotTrusted = 2148599302;
comqcErrPSLoad = 2148599303;
comqcErrMarshaledObjSameTxn = 2148599304;
comqcErrInvalidMessage = 2148599376;
comqcErrMsmqSidUnavailable = 2148599377;
comqcErrWrongMsgExtension = 2148599378;
comqcErrMsmqServiceUnavailable = 2148599379;
comqcErrMsgNotAuthenticated = 2148599380;
comqcErrMsmqConnectorUsed = 2148599381;
comqcErrBadMarshaledObject = 2148599382;// AutoSvcs_Error_Constants
pub const mtsErrCtxAborted: u32 = 2147803138;
pub const mtsErrCtxAborting: u32 = 2147803139;
pub const mtsErrCtxNoContext: u32 = 2147803140;
pub const mtsErrCtxNotRegistered: u32 = 2147803141;
pub const mtsErrCtxSynchTimeout: u32 = 2147803142;
pub const mtsErrCtxOldReference: u32 = 2147803143;
pub const mtsErrCtxRoleNotFound: u32 = 2147803148;
pub const mtsErrCtxNoSecurity: u32 = 2147803149;
pub const mtsErrCtxWrongThread: u32 = 2147803150;
pub const mtsErrCtxTMNotAvailable: u32 = 2147803151;
pub const comQCErrApplicationNotQueued: u32 = 2148599296;
pub const comQCErrNoQueueableInterfaces: u32 = 2148599297;
pub const comQCErrQueuingServiceNotAvailable: u32 = 2148599298;
pub const comQCErrQueueTransactMismatch: u32 = 2148599299;
pub const comqcErrRecorderMarshalled: u32 = 2148599300;
pub const comqcErrOutParam: u32 = 2148599301;
pub const comqcErrRecorderNotTrusted: u32 = 2148599302;
pub const comqcErrPSLoad: u32 = 2148599303;
pub const comqcErrMarshaledObjSameTxn: u32 = 2148599304;
pub const comqcErrInvalidMessage: u32 = 2148599376;
pub const comqcErrMsmqSidUnavailable: u32 = 2148599377;
pub const comqcErrWrongMsgExtension: u32 = 2148599378;
pub const comqcErrMsmqServiceUnavailable: u32 = 2148599379;
pub const comqcErrMsgNotAuthenticated: u32 = 2148599380;
pub const comqcErrMsmqConnectorUsed: u32 = 2148599381;
pub const comqcErrBadMarshaledObject: u32 = 2148599382;const
mtsErrCtxAborted* = 2147803138
mtsErrCtxAborting* = 2147803139
mtsErrCtxNoContext* = 2147803140
mtsErrCtxNotRegistered* = 2147803141
mtsErrCtxSynchTimeout* = 2147803142
mtsErrCtxOldReference* = 2147803143
mtsErrCtxRoleNotFound* = 2147803148
mtsErrCtxNoSecurity* = 2147803149
mtsErrCtxWrongThread* = 2147803150
mtsErrCtxTMNotAvailable* = 2147803151
comQCErrApplicationNotQueued* = 2148599296
comQCErrNoQueueableInterfaces* = 2148599297
comQCErrQueuingServiceNotAvailable* = 2148599298
comQCErrQueueTransactMismatch* = 2148599299
comqcErrRecorderMarshalled* = 2148599300
comqcErrOutParam* = 2148599301
comqcErrRecorderNotTrusted* = 2148599302
comqcErrPSLoad* = 2148599303
comqcErrMarshaledObjSameTxn* = 2148599304
comqcErrInvalidMessage* = 2148599376
comqcErrMsmqSidUnavailable* = 2148599377
comqcErrWrongMsgExtension* = 2148599378
comqcErrMsmqServiceUnavailable* = 2148599379
comqcErrMsgNotAuthenticated* = 2148599380
comqcErrMsmqConnectorUsed* = 2148599381
comqcErrBadMarshaledObject* = 2148599382enum AutoSvcs_Error_Constants : uint {
mtsErrCtxAborted = 2147803138,
mtsErrCtxAborting = 2147803139,
mtsErrCtxNoContext = 2147803140,
mtsErrCtxNotRegistered = 2147803141,
mtsErrCtxSynchTimeout = 2147803142,
mtsErrCtxOldReference = 2147803143,
mtsErrCtxRoleNotFound = 2147803148,
mtsErrCtxNoSecurity = 2147803149,
mtsErrCtxWrongThread = 2147803150,
mtsErrCtxTMNotAvailable = 2147803151,
comQCErrApplicationNotQueued = 2148599296,
comQCErrNoQueueableInterfaces = 2148599297,
comQCErrQueuingServiceNotAvailable = 2148599298,
comQCErrQueueTransactMismatch = 2148599299,
comqcErrRecorderMarshalled = 2148599300,
comqcErrOutParam = 2148599301,
comqcErrRecorderNotTrusted = 2148599302,
comqcErrPSLoad = 2148599303,
comqcErrMarshaledObjSameTxn = 2148599304,
comqcErrInvalidMessage = 2148599376,
comqcErrMsmqSidUnavailable = 2148599377,
comqcErrWrongMsgExtension = 2148599378,
comqcErrMsmqServiceUnavailable = 2148599379,
comqcErrMsgNotAuthenticated = 2148599380,
comqcErrMsmqConnectorUsed = 2148599381,
comqcErrBadMarshaledObject = 2148599382,
}#define global mtsErrCtxAborted 0x8004E002
#define global mtsErrCtxAborting 0x8004E003
#define global mtsErrCtxNoContext 0x8004E004
#define global mtsErrCtxNotRegistered 0x8004E005
#define global mtsErrCtxSynchTimeout 0x8004E006
#define global mtsErrCtxOldReference 0x8004E007
#define global mtsErrCtxRoleNotFound 0x8004E00C
#define global mtsErrCtxNoSecurity 0x8004E00D
#define global mtsErrCtxWrongThread 0x8004E00E
#define global mtsErrCtxTMNotAvailable 0x8004E00F
#define global comQCErrApplicationNotQueued 0x80110600
#define global comQCErrNoQueueableInterfaces 0x80110601
#define global comQCErrQueuingServiceNotAvailable 0x80110602
#define global comQCErrQueueTransactMismatch 0x80110603
#define global comqcErrRecorderMarshalled 0x80110604
#define global comqcErrOutParam 0x80110605
#define global comqcErrRecorderNotTrusted 0x80110606
#define global comqcErrPSLoad 0x80110607
#define global comqcErrMarshaledObjSameTxn 0x80110608
#define global comqcErrInvalidMessage 0x80110650
#define global comqcErrMsmqSidUnavailable 0x80110651
#define global comqcErrWrongMsgExtension 0x80110652
#define global comqcErrMsmqServiceUnavailable 0x80110653
#define global comqcErrMsgNotAuthenticated 0x80110654
#define global comqcErrMsmqConnectorUsed 0x80110655
#define global comqcErrBadMarshaledObject 0x80110656