Visual Basic (Declaration) | |
---|---|
Public Enum HResult Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As HResult |
C# | |
---|---|
public enum HResult : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class HResult : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
AcceptNotPossible | Attempt to publish an "accept" decision but there were participants for which it was not possible to obtain a survey response (e.g., these participants are blocked). |
ActionNotAllowed | Application attempts to set items other than for the context action to be performed. |
ActionNotPossible | There is presently a context change transaction in progress or another action is being performed. |
AlreadyJoined | The application has already joined the context. |
AuthenticationFailed | A signature could not be authenticated. |
BadItemNameFormat | An item name does not conform to format rules. |
BadItemType | An item date type does not conform to data definition for the item. |
BadItemValue | An item value does not conform to the allowed set of values as defined by the data definition for the item. |
BadPropertyType | A property data type does not conform to specification. |
BadPropertyValue | A property data value does not conform to specification. |
BindingRejected | The identity of a bindee could not be verified. |
ChangesNotAllowed | Mapping agent attempts to set or delete a context data item that has been set by the participant that instigated the transaction. |
ChangesNotEnded | Attempt to publish context changes before ending the context change transaction. |
ChangesNotPossible | Attempt to set or delete context data after the transaction ended. |
ContextNotActive | A context manager does not represent an active session. |
E_INVALIDARG | One of the arguments passed in was invalid. |
E_OUTOFMEMORY | A memory allocation attempt failed. |
FilterNotSet | Application attempts to get the names of subjects that are being filtered on its behalf, but a filter has not been set by the application. |
GeneralFailure | An error was detected or a failure occurred. |
ImproperKeyFormat | A public key is not properly formatted. |
ImproperMACFormat | A message authentication code is not properly formatted. |
ImproperSignatureFormat | A digital signature code is not property formatted. |
InvalidContextCoupon | A context coupon does not match most recently commited coupon transaction. |
InvalidTransaction | A transaction has been invalidated and aborted because it violates one or more semantic integrity constraints. |
LogonNotFound | The desired user logon is not found in the authentication repository. |
NameValueCountMismatch | A name array and its corresponding value array do not have the same number of elements. |
NotImplemented | Method not implemented. |
NotInTransaction | Attempt to perform a context management transaction method when a transaction is not in progress. |
S_FALSE | Completed without error, but only partial results were obtained. |
S_OK | Successful completion. |
SignatureRequired | A signature is required to perform the method. |
TooManyParticipants | Attempt to join a context that can't accommodate another participant. |
TransactionInProgress | Attempt to perform a context management method when a transaction is in progress. |
UknownPropertyName | A property name is not known. |
UndoNotPossible | Attempt to undo context changes after the transaction has ended. |
UnknownApplication | An application name is not known. |
UnknownBindee | A security binding coupon does not denote a known bindee. |
UnknownConnection | A connection is not know to the authentication repository. |
UnknownDataFormat | The format of user logon is not found in the authentication repository. |
UnknownItemName | An item name not known. |
UnknownParticipant | Participant coupon does not denote a know participant. |
System.Object
System.ValueType
System.Enum
Leadtools.Ccow.HResult
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7