class RuntimeCompatibilityAttribute

in global :: System . Runtime . CompilerServices

Specifies whether to wrap exceptions that do not derive from the class with a object. This class cannot be inherited.


public bool WrapNonExceptionThrows { get; set; }

Gets or sets a value that indicates whether to wrap exceptions that do not derive from the class with a object.

  • Returns if exceptions that do not derive from the class should appear wrapped with a object; otherwise, .

public object TypeId { get; }

😔 No documentation found.