Overload | Description |
---|---|
InvalidFieldTypeException Constructor() | Generated base exception from an invalid field type. |
InvalidFieldTypeException Constructor(Int32) | Exception from an invalid field type with a given error number. |
InvalidFieldTypeException Constructor(String) | Generated exception from an invalid field type with a given message. |
InvalidFieldTypeException Constructor(Int32,String) | Generated exception from an invalid field type with a given error number and message. |
InvalidFieldTypeException Constructor(String,Exception) | Generated exception from an invalid index with a given message and inner exception. |