InvalidCallException Members

The method call is invalid.

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

Public Constructors

  Name Description
Public method Supported by the .NET Compact Framework InvalidCallException Initializes a new instance of the InvalidCallException class.

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property Supported by the .NET Compact Framework InnerException  Gets the Exception instance that caused the current exception.(Inherited from Exception.)
Public property Supported by the .NET Compact Framework Message  Gets a message that describes the current exception.(Inherited from Exception.)
Public property Supported by the .NET Compact Framework StackTrace  Gets a string representation of the frames on the call stack at the time the current exception was thrown.(Inherited from Exception.)

Top

Protected Properties

  Name Description
Protected property Supported by the .NET Compact Framework HResult  Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.(Inherited from Exception.)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetBaseException  When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Inherited from Exception.)
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework ToString  Creates and returns a string representation of the current exception. (Inherited from Exception.)

Top

Protected Methods

  Name Description
Protected method Supported by the .NET Compact Framework Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)

Top

See Also

Reference

InvalidCallException Class
Microsoft.WindowsMobile.DirectX.Direct3D Namespace

Other Resources

Mobile Direct3D Programming