Show / Hide Table of Contents

Class WpfErrors

Contains members that create exceptions that may occur within MCART.WPF.

Inheritance
object
WpfErrors
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TheXDS.MCART.Resources
Assembly: MCART.Wpf.Common.dll
Syntax
public static class WpfErrors

Methods

| Edit this page View Source

ResourceNotFound(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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX