C# Class System.Windows.Automation.NoClickablePointException

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

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

NoClickablePointException() public method

public NoClickablePointException ( ) : System
return System

NoClickablePointException() public method

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

NoClickablePointException() protected method

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

NoClickablePointException() public method

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

NoClickablePointException() public method

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