Lots of stubs from Peter Van Isacker, that I'd started to flesh in - compilable
[mono.git] / mcs / class / System.Messaging / System.Messaging / MessageQueueErrorCode.cs
1 //\r
2 // System.Messaging\r
3 //\r
4 // Authors:\r
5 //      Peter Van Isacker (sclytrack@planetinternet.be)\r
6 //\r
7 //      (C) 2003 Peter Van Isacker\r
8 //\r
9 using System;\r
10 \r
11 namespace System.Messaging \r
12 {\r
13         [MonoTODO("Have to force the right specific values for each element")]\r
14         [Serializable]\r
15         public enum MessageQueueErrorCode \r
16         {\r
17                 AccessDenied, \r
18                 BadSecurityContext, \r
19                 Base,\r
20                 BufferOverflow, \r
21                 CannotCreateCertificateStore, \r
22                 CannotCreateHashEx,\r
23                 CannotCreateOnGlobalCatalog, \r
24                 CannotGetDistinguishedName, \r
25                 CannotGrantAddGuid,\r
26                 CannotHashDataEx, \r
27                 CannotImpersonateClient, \r
28                 CannotJoinDomain,\r
29                 CannotLoadMsmqOcm, \r
30                 CannotOpenCertificateStore,\r
31                 CannotSetCryptographicSecurityDescription, \r
32                 CannotSignDataEx,\r
33                 CertificateNotProvided, \r
34                 ComputerDoesNotSupportEncryption,\r
35                 CorruptedInternalCertificate, \r
36                 CorruptedPersonalCertStore,\r
37                 CorruptedQueueWasDeleted, \r
38                 CorruptedSecurityData,\r
39                 CouldNotGetAccountInfo, \r
40                 CouldNotGetUserSid, \r
41                 DeleteConnectedNetworkInUse,\r
42                 DependentClientLicenseOverflow, \r
43                 DsError, \r
44                 DsIsFull, \r
45                 DtcConnect,\r
46                 EncryptionProviderNotSupported, \r
47                 FailVerifySignatureEx, \r
48                 FormatNameBufferTooSmall,\r
49                 Generic, \r
50                 GuidNotMatching, \r
51                 IllegalContext, \r
52                 IllegalCriteriaColumns, \r
53                 IllegalCursorAction,\r
54                 IllegalEnterpriseOperation, \r
55                 IllegalFormatName, \r
56                 IllegalMessageProperties,\r
57                 IllegalOperation, \r
58                 IllegalPrivateProperties, \r
59                 IllegalPropertyId,\r
60                 IllegalPropertySize, \r
61                 IllegalPropertyValue, \r
62                 IllegalPropertyVt,\r
63                 IllegalQueuePathName, \r
64                 IllegalQueueProperties, \r
65                 IllegalRelation,\r
66                 IllegalRestrictionPropertyId, \r
67                 IllegalSecurityDescriptor, \r
68                 IllegalSort,\r
69                 IllegalSortPropertyId, \r
70                 IllegalUser, \r
71                 InsufficientProperties, \r
72                 InsufficientResources,\r
73                 InvalidCertificate, \r
74                 InvalidHandle, \r
75                 InvalidOwner,\r
76                 InvalidParameter, \r
77                 IOTimeout, \r
78                 LabelBufferTooSmall,\r
79                 MachineExists, \r
80                 MachineNotFound, \r
81                 MessageAlreadyReceived,\r
82                 MessageStorageFailed, \r
83                 MissingConnectorType, \r
84                 MqisReadOnlyMode,\r
85                 MqisServerEmpty, \r
86                 NoDs, \r
87                 NoEntryPointMsmqOcm,\r
88                 NoGlobalCatalogInDomain, \r
89                 NoInternalUserCertificate, \r
90                 NoMsmqServersOnDc,\r
91                 NoMsmqServersOnGlobalCatalog, \r
92                 NoResponseFromObjectServer, \r
93                 ObjectServerNotAvailable,\r
94                 OperationCanceled, \r
95                 PrivilegeNotHeld, \r
96                 Property, \r
97                 PropertyNotAllowed,\r
98                 ProviderNameBufferTooSmall, \r
99                 PublicKeyDoesNotExist, \r
100                 PublicKeyNotFound,\r
101                 QDnsPropertyNotSupported, \r
102                 QueueDeleted, \r
103                 QueueExists, \r
104                 QueueNotAvailable,\r
105                 QueueNotFound, \r
106                 RemoteMachineNotAvailable, \r
107                 ResultBufferTooSmall,\r
108                 SecurityDescriptorBufferTooSmall,  \r
109                 SenderCertificateBufferTooSmall,\r
110                 SenderIdBufferTooSmall, \r
111                 ServiceNotAvailable, \r
112                 SharingViolation,\r
113                 SignatureBufferTooSmall, \r
114                 StaleHandle, \r
115                 SymmetricKeyBufferTooSmall,\r
116                 TransactionEnlist, \r
117                 TransactionImport, \r
118                 TransactionSequence, \r
119                 TransactionUsage,\r
120                 UnsupportedAccessMode, \r
121                 UnsupportedFormatNameOperation, \r
122                 UnsupportedOperation,\r
123                 UserBufferTooSmall, \r
124                 WksCantServeClient, \r
125                 WriteNotAllowed\r
126         }\r
127 }\r