C# Compiler Error – CS4031 async methods are not allowed in an inte
In this blog post, you’ll learn more about the C# Compiler Error – CS4031 and the related message description
C# Compiler Error Code
CS4031
C# Compiler Description for the Code :CS4031
Async methods are not allowed in an Interface, Class, or Structure which has the ‘SecurityCritical’ or ‘SecuritySafeCritical’ attribute.
Leave Your Comment