|
VMware vSphere Automation SDK for .NET 6.5.0
|
The InvalidElementType error indicates that the server was unable to fulfil the request because an element of a specific type cannot be a member of particular group.
More...
Inherits vmware::vapi::std::errors::Error.
Public Member Functions | |
| InvalidElementType (global::System.Collections.Generic.List< vmware.vapi.std.LocalizableMessage > messages, vmware.vapi.bindings.IStructure data) | |
| Creates a new instance of this type using the given arguments. | |
| InvalidElementType () | |
| Creates a default new instance. | |
| override vmware.vapi.bindings.type.StructType | _GetType () |
| override vmware.vapi.data.StructValue | _GetDataValue () |
| override void | _Validate () |
| override bool | _HasTypeNameOf< T > () |
| override T | _ConvertTo< T > () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Properties | |
| override string | Message [get] |
The InvalidElementType error indicates that the server was unable to fulfil the request because an element of a specific type cannot be a member of particular group.
This error could be reported, for example, if an attempt is made to put an element into the wrong type of container.
Examples:
Counterexamples:
| vmware::vapi::std::errors::InvalidElementType::InvalidElementType | ( | global::System.Collections.Generic.List< vmware.vapi.std.LocalizableMessage > | messages, |
| vmware.vapi.bindings.IStructure | data | ||
| ) | [inline] |
Creates a new instance of this type using the given arguments.
| vmware::vapi::std::errors::InvalidElementType::InvalidElementType | ( | ) | [inline] |
Creates a default new instance.
| override T vmware::vapi::std::errors::InvalidElementType::_ConvertTo< T > | ( | ) | [inline] |
Reimplemented from vmware::vapi::std::errors::Error.
| override vmware.vapi.data.StructValue vmware::vapi::std::errors::InvalidElementType::_GetDataValue | ( | ) | [inline] |
Reimplemented from vmware::vapi::std::errors::Error.
| override vmware.vapi.bindings.type.StructType vmware::vapi::std::errors::InvalidElementType::_GetType | ( | ) | [inline, virtual] |
Reimplemented from vmware::vapi::std::errors::Error.
| override bool vmware::vapi::std::errors::InvalidElementType::_HasTypeNameOf< T > | ( | ) | [inline] |
Reimplemented from vmware::vapi::std::errors::Error.
| override void vmware::vapi::std::errors::InvalidElementType::_Validate | ( | ) | [inline, virtual] |
Reimplemented from vmware::vapi::std::errors::Error.
| override bool vmware::vapi::std::errors::InvalidElementType::Equals | ( | object | obj | ) | [inline] |
Reimplemented from vmware::vapi::std::errors::Error.
| override int vmware::vapi::std::errors::InvalidElementType::GetHashCode | ( | ) | [inline] |
Reimplemented from vmware::vapi::std::errors::Error.
override string vmware::vapi::std::errors::InvalidElementType::Message [get] |
Reimplemented from vmware::vapi::std::errors::Error.