4 references to Arg_MarshalDirectiveException
System.Private.CoreLib (4)
Internal\Runtime\TypeLoaderExceptionHelper.cs (1)
122
return SR.
Arg_MarshalDirectiveException
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\MarshalDirectiveException.cs (3)
18
: base(SR.
Arg_MarshalDirectiveException
)
24
: base(message ?? SR.
Arg_MarshalDirectiveException
)
30
: base(message ?? SR.
Arg_MarshalDirectiveException
, inner)