WithIgnoreErrors()
Modifies the IntrospectionOptions of the current workspace by setting the IgnoreErrors
property to true, and returns the current workspace.
Declaration
public Workspace WithIgnoreErrors()Returns
| Type | Description |
|---|---|
| Workspace | The current workspace instance with errors ignored. |