Evaluation of this expression is not supported when mixed mode script debugging. To evaluate this expression, use Script Only debugging.
Evaluation of method {0}.{1} requires information which is not present in the minidump you are debugging. If you are debugging ...
Evaluation of method {0}.{1}() calls into native method {2}.{3}(). Evaluation of native methods in this context is not supported. ...
Evaluation of method {0}.{1}() calls into native method {2}.{3}(). Evaluation of native methods while minidump debugging ...
Evaluation of method {0}.{1}() requires use of the static field {2}.{3}, which is not available in the minidump you are debugging. ...
Evaluation of this expression is not supported when mixed mode script debugging. To evaluate this expression, use Script ...
Even though attribute {0} inherits AttributeUsage from its base type, you should consider explicitly specifying AttributeUsage ...
Event '|1' cannot implement event '|2' on interface '|3' because the parameters of their 'RemoveHandler' methods do not match. ...
Event '|1' cannot implement event '|3.|2' because its delegate type does not match the delegate type of another event implemented ...
Event definitions with parameters are not allowed in an interface such as '|1' that has 'In' or 'Out' type parameters. Consider ...