C# Class SolidworksAddinFramework.SelectionException

Inheritance: System.Exception
Afficher le fichier Open project: Weingartner/SolidworksAddinFramework

Méthodes publiques

Méthode Description
SelectionException ( ) : System
SelectionException ( string message ) : System
SelectionException ( string message, Exception inner ) : System

Méthodes protégées

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

Method Details

SelectionException() public méthode

public SelectionException ( ) : System
Résultat System

SelectionException() protected méthode

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

SelectionException() public méthode

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

SelectionException() public méthode

public SelectionException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System