**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Management / System.Management / ManagementStatus.cs
bloba169461dd2cb264deb3c9a41a610a9204a274ec9
1 //
2 // System.Management.ManagementStatus
3 //
4 // Authors:
5 // Gonzalo Paniagua Javier (gonzalo@ximian.com)
6 //
7 // (C) 2003 Ximian, Inc (http://www.ximian.com)
8 //
11 // Permission is hereby granted, free of charge, to any person obtaining
12 // a copy of this software and associated documentation files (the
13 // "Software"), to deal in the Software without restriction, including
14 // without limitation the rights to use, copy, modify, merge, publish,
15 // distribute, sublicense, and/or sell copies of the Software, and to
16 // permit persons to whom the Software is furnished to do so, subject to
17 // the following conditions:
18 //
19 // The above copyright notice and this permission notice shall be
20 // included in all copies or substantial portions of the Software.
21 //
22 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
25 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
26 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
27 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
28 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30 namespace System.Management
32 public enum ManagementStatus
34 AccessDenied = -2147217405,
35 AggregatingByObject = -2147217315,
36 AlreadyExists = -2147217383,
37 AmendedObject = -2147217306,
38 BackupRestoreWinmgmtRunning = -2147217312,
39 BufferTooSmall = -2147217348,
40 CallCanceled = -2147217358,
41 CannotBeAbstract = -2147217307,
42 CannotBeKey = -2147217377,
43 CannotBeSingleton = -2147217364,
44 CannotChangeIndexInheritance = -2147217328,
45 CannotChangeKeyInheritance = -2147217335,
46 CircularReference = -2147217337,
47 ClassHasChildren = -2147217371,
48 ClassHasInstances = -2147217370,
49 ClientTooSlow = -2147217305,
50 CriticalError = -2147217398,
51 Different = 262147,
52 DuplicateObjects = 262152,
53 Failed = -2147217407,
54 False = 1,
55 IllegalNull = -2147217368,
56 IllegalOperation = -2147217378,
57 IncompleteClass = -2147217376,
58 InitializationFailure = -2147217388,
59 InvalidCimType = -2147217363,
60 InvalidClass = -2147217392,
61 InvalidContext = -2147217401,
62 InvalidDuplicateParameter = -2147217341,
63 InvalidFlavor = -2147217338,
64 InvalidMethod = -2147217362,
65 InvalidMethodParameters = -2147217361,
66 InvalidNamespace = -2147217394,
67 InvalidObject = -2147217393,
68 InvalidObjectPath = -2147217350,
69 InvalidOperation = -2147217386,
70 InvalidOperator = -2147217309,
71 InvalidParameter = -2147217400,
72 InvalidParameterID = -2147217353,
73 InvalidProperty = -2147217359,
74 InvalidPropertyType = -2147217366,
75 InvalidProviderRegistration = -2147217390,
76 InvalidQualifier = -2147217342,
77 InvalidQualifierType = -2147217367,
78 InvalidQuery = -2147217385,
79 InvalidQueryType = -2147217384,
80 InvalidStream = -2147217397,
81 InvalidSuperclass = -2147217395,
82 InvalidSyntax = -2147217375,
83 LocalCredentials = -2147217308,
84 MarshalInvalidSignature = -2147217343,
85 MarshalVersionMismatch = -2147217344,
86 MethodDisabled = -2147217322,
87 MethodNotImplemented = -2147217323,
88 MissingAggregationList = -2147217317,
89 MissingGroupWithin = -2147217318,
90 MissingParameterID = -2147217354,
91 NoError = 0,
92 NoMoreData = 262149,
93 NonconsecutiveParameterIDs = -2147217352,
94 NondecoratedObject = -2147217374,
95 NotAvailable = -2147217399,
96 NotEventClass = -2147217319,
97 NotFound = -2147217406,
98 NotSupported = -2147217396,
99 OperationCanceled = 262150,
100 OutOfDiskSpace = -2147217349,
101 OutOfMemory = -2147217402,
102 OverrideNotAllowed = -2147217382,
103 ParameterIDOnRetval = -2147217351,
104 PartialResults = 262160,
105 Pending = 262151,
106 PrivilegeNotHeld = -2147217310,
107 PropagatedMethod = -2147217356,
108 PropagatedProperty = -2147217380,
109 PropagatedQualifier = -2147217381,
110 PropertyNotAnObject = -2147217316,
111 ProviderFailure = -2147217404,
112 ProviderLoadFailure = -2147217389,
113 ProviderNotCapable = -2147217372,
114 ProviderNotFound = -2147217391,
115 QueryNotImplemented = -2147217369,
116 QueueOverflow = -2147217311,
117 ReadOnly = -2147217373,
118 RefresherBusy = -2147217321,
119 RegistrationTooBroad = -2147213311,
120 RegistrationTooPrecise = -2147213310,
121 ResetToDefault = 262146,
122 ServerTooBusy = -2147217339,
123 ShuttingDown = -2147217357,
124 SystemProperty = -2147217360,
125 Timedout = 262148,
126 TooManyProperties = -2147217327,
127 TooMuchData = -2147217340,
128 TransportFailure = -2147217387,
129 TypeMismatch = -2147217403,
130 Unexpected = -2147217379,
131 UninterpretableProviderQuery = -2147217313,
132 UnknownObjectType = -2147217346,
133 UnknownPacketType = -2147217345,
134 UnparsableQuery = -2147217320,
135 UnsupportedClassUpdate = -2147217336,
136 UnsupportedParameter = -2147217355,
137 UnsupportedPutExtension = -2147217347,
138 UpdateOverrideNotAllowed = -2147217325,
139 UpdatePropagatedMethod = -2147217324,
140 UpdateTypeMismatch = -2147217326