C# Class Sextant.ViewModelFactoryNotFoundException

Inheritance: Exception
Mostra file Open project: reactiveui/Sextant

Public Methods

Method 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.

Protected Methods

Method Description
ViewModelFactoryNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Initializes a new instance of the ViewModelFactoryNotFoundException class.

Method Details

ViewModelFactoryNotFoundException() public method

Initializes a new instance of the ViewModelFactoryNotFoundException class.
public ViewModelFactoryNotFoundException ( ) : System
return System

ViewModelFactoryNotFoundException() protected method

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.
return System

ViewModelFactoryNotFoundException() public method

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

ViewModelFactoryNotFoundException() public method

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