C# Class Sextant.ViewModelFactoryNotFoundException

Inheritance: Exception
Afficher le fichier Open project: reactiveui/Sextant

Méthodes publiques

Méthode Description
ViewModelFactoryNotFoundException ( ) : System

Initializes a new instance of the ViewModelFactoryNotFoundException class.

ViewModelFactoryNotFoundException ( string message ) : System

Initializes a new instance of the ViewModelFactoryNotFoundException class.

ViewModelFactoryNotFoundException ( string message, Exception innerException ) : System

Initializes a new instance of the ViewModelFactoryNotFoundException class.

Méthodes protégées

Méthode Description
ViewModelFactoryNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Initializes a new instance of the ViewModelFactoryNotFoundException class.

Method Details

ViewModelFactoryNotFoundException() public méthode

Initializes a new instance of the ViewModelFactoryNotFoundException class.
public ViewModelFactoryNotFoundException ( ) : System
Résultat System

ViewModelFactoryNotFoundException() protected méthode

Initializes a new instance of the ViewModelFactoryNotFoundException class.
protected ViewModelFactoryNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo SerializationInfo The serialization information.
streamingContext StreamingContext The streaming context.
Résultat System

ViewModelFactoryNotFoundException() public méthode

Initializes a new instance of the ViewModelFactoryNotFoundException class.
public ViewModelFactoryNotFoundException ( string message ) : System
message string The message.
Résultat System

ViewModelFactoryNotFoundException() public méthode

Initializes a new instance of the ViewModelFactoryNotFoundException class.
public ViewModelFactoryNotFoundException ( string message, Exception innerException ) : System
message string The message.
innerException Exception The inner exception.
Résultat System