You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Compiler error C3351](compiler-error-c3351.md)| '*function*': if you pass a NULL object instance to a delegate constructor you must also pass the address of a static member function |
|[Compiler error C3351](compiler-error-c3351.md)| '*function*': if you pass a NULL object instance to a delegate constructor you must also pass the address of a static member function |
71
70
|[Compiler error C3352](compiler-error-c3352.md)| '*function*': the specified function does not match the delegate type '*type*' |
72
71
|[Compiler error C3353](compiler-error-c3353.md)| '*identifier*': a delegate can only be created from a global function or a member function of a managed/WinRT type |
73
72
|[Compiler error C3354](compiler-error-c3354.md)| '*identifier*': the function used to create a delegate cannot have return type '*type*' |
@@ -117,6 +116,8 @@ The articles in this section of the documentation explain a subset of the error
117
116
|[Compiler error C3398](compiler-error-c3398.md)| '*operator*': cannot convert from '*type*' to '*type*'. Source expression must be a function symbol |
118
117
|[Compiler error C3399](compiler-error-c3399.md)| '*type*': cannot provide arguments when creating an instance of a generic parameter |
119
118
119
+
1-No longer emitted in Visual Studio 2022 version 17.11
120
+
120
121
## See also
121
122
122
123
[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md)\
0 commit comments