TypeConverterThrowOnInvalidDataType Method |
Throws an InvalidCastException if an object is of a data type that is not supported by the type converter
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static void ThrowOnInvalidDataType(
Object obj
)
Public Shared Sub ThrowOnInvalidDataType (
obj As Object
)
public:
static void ThrowOnInvalidDataType(
Object^ obj
)
Parameters
- obj
- Type: SystemObject
An object to evaluate
See Also