C# Class System.Windows.Automation.ElementNotAvailableException

Inheritance: System.SystemException
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Méthode Description
ElementNotAvailableException ( ) : System
ElementNotAvailableException ( Exception innerException ) : System
ElementNotAvailableException ( string message ) : System
ElementNotAvailableException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
ElementNotAvailableException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ElementNotAvailableException() public méthode

public ElementNotAvailableException ( ) : System
Résultat System

ElementNotAvailableException() public méthode

public ElementNotAvailableException ( Exception innerException ) : System
innerException System.Exception
Résultat System

ElementNotAvailableException() protected méthode

protected ElementNotAvailableException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ElementNotAvailableException() public méthode

public ElementNotAvailableException ( string message ) : System
message string
Résultat System

ElementNotAvailableException() public méthode

public ElementNotAvailableException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System