.NET Windows Forms in a Nutshell
This class represents the exception that is thrown when an ActiveX control is used while it is in an invalid state. public class AxHost.InvalidActiveXStateException : Exception { // Public Constructors public AxHost.InvalidActiveXStateException (string name , ActiveXInvokeKind kind ); // Public Instance Methods public override string ToString (); // overrides Exception } Hierarchy
System.Object |