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