C# Class System.Windows.Automation.ElementNotEnabledException

Inheritance: System.InvalidOperationException
Datei anzeigen Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

Method Description
ElementNotEnabledException ( ) : System
ElementNotEnabledException ( Exception innerException ) : System
ElementNotEnabledException ( string message ) : System
ElementNotEnabledException ( string message, Exception innerException ) : System

Protected Methods

Method Description
ElementNotEnabledException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ElementNotEnabledException() public method

public ElementNotEnabledException ( ) : System
return System

ElementNotEnabledException() public method

public ElementNotEnabledException ( Exception innerException ) : System
innerException System.Exception
return System

ElementNotEnabledException() protected method

protected ElementNotEnabledException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ElementNotEnabledException() public method

public ElementNotEnabledException ( string message ) : System
message string
return System

ElementNotEnabledException() public method

public ElementNotEnabledException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System