public FieldBuilder AddArrayField( string fieldName, Type fieldType )
| Exception | Condition |
|---|---|
| ArgumentException | The parameter fieldName is not acceptable for naming Extensible Storage objects. -or- The field type is not supported. |
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | The SchemaBuilder has already finished building the Schema. |
Note that a schema may contain a maximum of 256 fields.