Class WpfErrors
Contains members that create exceptions that may occur within MCART.WPF.
Inherited Members
Namespace: TheXDS.MCART.Resources
Assembly: MCART.Wpf.Common.dll
Syntax
public static class WpfErrors
Methods
| Edit this page View SourceResourceNotFound(string, string)
Gets an error that occurs when an Id corresponding to a requested resource is not found.
Declaration
public static Exception ResourceNotFound(string id, string argName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | Id of the resource that was not found. |
| string | argName | Name of the argument that failed. |
Returns
| Type | Description |
|---|---|
| Exception | A new instance of the ArgumentException class. |