C# Class VisualMutator.Model.Exceptions.NoTypesSelectedException

Inheritance: System.Exception
Afficher le fichier Open project: visualmutator/visualmutator

Méthodes publiques

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

Méthodes protégées

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

Method Details

NoTypesSelectedException() public méthode

public NoTypesSelectedException ( ) : System
Résultat System

NoTypesSelectedException() protected méthode

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

NoTypesSelectedException() public méthode

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

NoTypesSelectedException() public méthode

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