ResourcePropertyNotFoundException Members

The exception that is thrown when a property is not found in a resource type. Introduced in Windows PowerShell 3.0.

The following tables list the members exposed by the ResourcePropertyNotFoundException type.

Public Constructors

(see also Protected Constructors)

  Name Description
  ResourcePropertyNotFoundException Overloaded. Initializes a new instance of the T:Microsoft.Management.Odata.ResourcePropertyNotFoundException class. Introduced in Windows PowerShell 3.0.

Top

Protected Constructors

  Name Description
  ResourcePropertyNotFoundException Overloaded. Initializes a new instance of the T:Microsoft.Management.Odata.ResourcePropertyNotFoundException class. Introduced in Windows PowerShell 3.0.

Top

Public Properties

  Name Description
public property Data  (Inherited from Exception)
public property HelpLink  (Inherited from Exception)
public property HResult  (Inherited from Exception)
public property InnerException  (Inherited from Exception)
public property Message  (Inherited from Exception)
public property PropertyName Gets the name of the property. Introduced in Windows PowerShell 3.0.
public property ResourceTypeName Gets the type of the resource. Introduced in Windows PowerShell 3.0.
public property Source  (Inherited from Exception)
public property StackTrace  (Inherited from Exception)
public property TargetSite  (Inherited from Exception)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetBaseException  (Inherited from Exception)
public method GetHashCode  (Inherited from Object)
public method GetObjectData Overridden. Populates a T:System.Runtime.Serialization.SerializationInfo object with the data needed to serialize this exception. Introduced in Windows PowerShell 3.0.
public method GetType  (Inherited from Exception)
public method ToString  Overridden. (Inherited from Object)

Top

Protected Methods

(see also Extension Methods)

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
protected method ToTraceMessage Overridden. Trace message for this exception. Introduced in Windows PowerShell 3.0.
protected method Trace  Logs a debug tracing message by using Event Tracing for Windows.This element is introduced in Windows PowerShell 3.0. (Inherited from PowerShellWebServiceException)

Top

Extension Methods

  Name Description
public extension method As  Use this method to adapt an object from a foreign app domain to a known interface in this app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method As  This is called to adapt an object from a foreign app domain to a known interface in this appDomainThis element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method As  Adapts an object from a foreign app domain to a known interface in this app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Dump  This element is introduced in Windows PowerShell 5.0. (Defined by ExceptionExtensions.)
public extension method Extend  Use this method to adapt and extend an object so that you can pass it to a foreign app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  This is called to adapt and extend an object that we wish to pass to a foreign app domainThis element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  Used to extend an object with an interface from a foreign app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method ToEnumerable  This element is introduced in Windows PowerShell 5.0. (Defined by CollectionExtensions.)

Top

Protected Events

  Name Description
protected event SerializeObjectState  (Inherited from Exception)

Top

See Also

Reference

ResourcePropertyNotFoundException Class
Microsoft.Management.Odata Namespace