Facilitate the merge
[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 \r
10 //\r
11 // Permission is hereby granted, free of charge, to any person obtaining\r
12 // a copy of this software and associated documentation files (the\r
13 // "Software"), to deal in the Software without restriction, including\r
14 // without limitation the rights to use, copy, modify, merge, publish,\r
15 // distribute, sublicense, and/or sell copies of the Software, and to\r
16 // permit persons to whom the Software is furnished to do so, subject to\r
17 // the following conditions:\r
18 // \r
19 // The above copyright notice and this permission notice shall be\r
20 // included in all copies or substantial portions of the Software.\r
21 // \r
22 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
23 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
24 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
25 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\r
26 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\r
27 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\r
28 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
29 //\r
30 using System;\r
31 \r
32 namespace System.Messaging\r
33 {\r
34         [Serializable]\r
35         public enum MessageQueueErrorCode\r
36         {\r
37                 AccessDenied = -1072824283,\r
38                 BadSecurityContext = -1072824267,\r
39                 Base = -1072824320,\r
40                 BufferOverflow = -1072824294,\r
41                 CannotCreateCertificateStore = -1072824209,\r
42                 CannotCreateHashEx = -1072824191,\r
43                 CannotCreateOnGlobalCatalog = -1072824201,\r
44                 CannotGetDistinguishedName = -1072824194,\r
45                 CannotGrantAddGuid = -1072824206,\r
46                 CannotHashDataEx = -1072824193,\r
47                 CannotImpersonateClient = -1072824284,\r
48                 CannotJoinDomain = -1072824202,\r
49                 CannotLoadMsmqOcm = -1072824205,\r
50                 CannotOpenCertificateStore = -1072824208,\r
51                 CannotSetCryptographicSecurityDescriptor = -1072824212,\r
52                 CannotSignDataEx = -1072824192,\r
53                 CertificateNotProvided = -1072824211,\r
54                 ComputerDoesNotSupportEncryption = -1072824269,\r
55                 CorruptedInternalCertificate = -1072824275,\r
56                 CorruptedPersonalCertStore = -1072824271,\r
57                 CorruptedQueueWasDeleted = -1072824216,\r
58                 CorruptedSecurityData = -1072824272,\r
59                 CouldNotGetAccountInfo = -1072824265,\r
60                 CouldNotGetUserSid = -1072824266,\r
61                 DeleteConnectedNetworkInUse = -1072824248,\r
62                 DependentClientLicenseOverflow = -1072824217,\r
63                 DsError = -1072824253,\r
64                 DsIsFull = -1072824254,\r
65                 DtcConnect = -1072824244,\r
66                 EncryptionProviderNotSupported = -1072824213,\r
67                 FailVerifySignatureEx = -1072824190,\r
68                 FormatNameBufferTooSmall = -1072824289,\r
69                 Generic = -1072824319,\r
70                 GuidNotMatching = -1072824200,\r
71                 IllegalContext = -1072824229,\r
72                 IllegalCriteriaColumns = -1072824264,\r
73                 IllegalCursorAction = -1072824292,\r
74                 IllegalEnterpriseOperation = -1072824207,\r
75                 IllegalFormatName = -1072824290,\r
76                 IllegalMessageProperties = -1072824255,\r
77                 IllegalOperation = -1072824220,\r
78                 IllegalPrivateProperties = -1072824197,\r
79                 IllegalPropertyId = -1072824263,\r
80                 IllegalPropertySize = -1072824261,\r
81                 IllegalPropertyValue = -1072824296,\r
82                 IllegalPropertyVt = -1072824295,\r
83                 IllegalQueuePathName = -1072824300,\r
84                 IllegalQueueProperties = -1072824259,\r
85                 IllegalRelation = -1072824262,\r
86                 IllegalRestrictionPropertyId = -1072824260,\r
87                 IllegalSecurityDescriptor = -1072824287,\r
88                 IllegalSort = -1072824304,\r
89                 IllegalSortPropertyId = -1072824228,\r
90                 IllegalUser = -1072824303,\r
91                 InsufficientProperties = -1072824257,\r
92                 InsufficientResources = -1072824281,\r
93                 InvalidCertificate = -1072824276,\r
94                 InvalidHandle = -1072824313,\r
95                 InvalidOwner = -1072824252,\r
96                 InvalidParameter = -1072824314,\r
97                 IOTimeout = -1072824293,\r
98                 LabelBufferTooSmall = -1072824226,\r
99                 MachineExists = -1072824256,\r
100                 MachineNotFound = -1072824307,\r
101                 MessageAlreadyReceived = -1072824291,\r
102                 MessageStorageFailed = -1072824278,\r
103                 MissingConnectorType = -1072824235,\r
104                 MqisReadOnlyMode = -1072824224,\r
105                 MqisServerEmpty = -1072824225,\r
106                 NoDs = -1072824301,\r
107                 NoEntryPointMsmqOcm = -1072824204,\r
108                 NoGlobalCatalogInDomain = -1072824196,\r
109                 NoInternalUserCertificate = -1072824273,\r
110                 NoMsmqServersOnDc = -1072824203,\r
111                 NoMsmqServersOnGlobalCatalog = -1072824195,\r
112                 NoResponseFromObjectServer = -1072824247,\r
113                 ObjectServerNotAvailable = -1072824246,\r
114                 OperationCanceled = -1072824312,\r
115                 PrivilegeNotHeld = -1072824282,\r
116                 Property = -1072824318,\r
117                 PropertyNotAllowed = -1072824258,\r
118                 ProviderNameBufferTooSmall = -1072824221,\r
119                 PublicKeyDoesNotExist = -1072824198,\r
120                 PublicKeyNotFound = -1072824199,\r
121                 QDnsPropertyNotSupported = -1072824210,\r
122                 QueueDeleted = -1072824230,\r
123                 QueueExists = -1072824315,\r
124                 QueueNotAvailable = -1072824245,\r
125                 QueueNotFound = -1072824317,\r
126                 RemoteMachineNotAvailable = -1072824215,\r
127                 ResultBufferTooSmall = -1072824250,\r
128                 SecurityDescriptorBufferTooSmall = -1072824285,\r
129                 SenderCertificateBufferTooSmall = -1072824277,\r
130                 SenderIdBufferTooSmall = -1072824286,\r
131                 ServiceNotAvailable = -1072824309,\r
132                 SharingViolation = -1072824311,\r
133                 SignatureBufferTooSmall = -1072824222,\r
134                 StaleHandle = -1072824234,\r
135                 SymmetricKeyBufferTooSmall = -1072824223,\r
136                 TransactionEnlist = -1072824232,\r
137                 TransactionImport = -1072824242,\r
138                 TransactionSequence = -1072824239,\r
139                 TransactionUsage = -1072824240,\r
140                 UnsupportedAccessMode = -1072824251,\r
141                 UnsupportedFormatNameOperation = -1072824288,\r
142                 UnsupportedOperation = -1072824214,\r
143                 UserBufferTooSmall = -1072824280,\r
144                 WksCantServeClient = -1072824218,\r
145                 WriteNotAllowed = -1072824219\r
146         }\r
147 }\r