.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
E41516-01
Determines if the class is a supported type for an OperationOption.
Namespace: Org.IdentityConnectors.Framework.CommonAssembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public static void CheckOperationOptionType( Type clazz ) |
Parameters
- clazz
- Type: System..::..Type
type to check against the support list of types.
Remarks
If not it throws
an ArgumentException.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | iff the type is not on the supported list. |