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éthode | Description | |
---|---|---|
ViewModelFactoryNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System |
Initializes a new instance of the ViewModelFactoryNotFoundException class.
|
public ViewModelFactoryNotFoundException ( ) : System | ||
Résultat | System |
protected ViewModelFactoryNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System | ||
serializationInfo | SerializationInfo | The serialization information. |
streamingContext | StreamingContext | The streaming context. |
Résultat | System |
public ViewModelFactoryNotFoundException ( string message ) : System | ||
message | string | The message. |
Résultat | System |
public ViewModelFactoryNotFoundException ( string message, Exception innerException ) : System | ||
message | string | The message. |
innerException | Exception | The inner exception. |
Résultat | System |