C# Class System.Windows.Automation.ElementNotAvailableException

Inheritance: System.SystemException
Show file Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

ElementNotAvailableException() public method

public ElementNotAvailableException ( ) : System
return System

ElementNotAvailableException() public method

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

ElementNotAvailableException() protected method

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

ElementNotAvailableException() public method

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

ElementNotAvailableException() public method

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