Class ViewLocatorNotFoundException
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.dll
An exception that is thrown if we are unable to find the View Locator.
public class ViewLocatorNotFoundException : Exception, ISerializable
- Inheritance
-
ViewLocatorNotFoundException
- Implements
- Inherited Members
- Extension Methods
Constructors
ViewLocatorNotFoundException()
Initializes a new instance of the ViewLocatorNotFoundException class.
public ViewLocatorNotFoundException()
ViewLocatorNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the ViewLocatorNotFoundException class.
protected ViewLocatorNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe serialization info.
context
StreamingContextThe serialization context.
ViewLocatorNotFoundException(string)
Initializes a new instance of the ViewLocatorNotFoundException class.
public ViewLocatorNotFoundException(string message)
Parameters
message
stringA user friendly message.
ViewLocatorNotFoundException(string, Exception)
Initializes a new instance of the ViewLocatorNotFoundException class.
public ViewLocatorNotFoundException(string message, Exception innerException)