DmfExceptionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Types of Dmf Exceptions
public enum DmfExceptionType
type DmfExceptionType =
Public Enum DmfExceptionType
- Inheritance
-
DmfExceptionType
Fields
Name | Value | Description |
---|---|---|
DmfException | 0 | |
AssemblyAlreadyRegistered | 1 | |
AdapterAlreadyExists | 2 | |
AdapterWrongNumberOfArguments | 3 | |
ExpressionTypeMistmatch | 4 | |
OperatorNotApplicable | 5 | |
FunctionWrongArgumentType | 6 | |
FunctionWrongArgumentsNumber | 7 | |
NullFacet | 8 | |
ExpressionSerialization | 9 | |
TypeConversion | 10 | |
UnsupportedType | 11 | |
BadExpressionTree | 12 | |
UnsupportedObjectType | 13 | |
ExpressionNodeNotConfigurable | 14 | |
ConversionNotSupported | 15 | |
InvalidOperand | 16 | |
InvalidInOperator | 17 | |
DmfSecurity | 18 | |
ObjectValidation | 19 | |
ConflictingPropertyValues | 20 | |
ObjectAlreadyExists | 21 | |
MissingObject | 22 | |
PolicyEvaluation | 23 | |
MissingJobSchedule | 24 | The policy Job Schedule GUID is required when the policy execution mode is not None. |
BadEventData | 25 | |
FailedOperation | 26 | |
ExpressionNodeNotConfigurableOperator | 27 | |
NonConfigurableReadOnlyProperty | 28 | |
MissingProperty | 29 | |
NonRetrievableProperty | 30 | |
MissingTypeFacetAssociation | 31 | |
FunctionWrongReturnType | 32 | |
FunctionNoServer | 33 | |
FunctionNotASmoObject | 34 | |
FunctionBadDatePart | 35 | |
FunctionTooManyColumns | 36 | |
StringPropertyTooLong | 37 | The value specified for a property is invalid (e.g too long, unacceptable value) |
TargetSetCountMismatch | 38 | Number of target sets mismatch between number supported and that specified in the object set |
UnsupportedTargetSetForFacet | 39 | Unsupported target set type specified in object set for a given facet |
NoTargetSetEnabled | 40 | At least one target set needs to be enabled for an Object Set |
RestartPending | 41 |