Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An expression declares a variable, procedure parameter, type parameter, function return, or array to be of a restricted type.
The common language runtime (CLR) exposes certain types solely for special language support, and they should not be used as data types in your application. These types include the ArgIterator, RuntimeArgumentHandle, and TypedReference structures.
Error ID: BC31396
To correct this error
- Do not use the restricted structure as a declared data type.