C# Class Prism.Modularity.ModuleInitializeException

Mostra file Open project: unoplatform/Uno.Prism Class Usage Examples

Protected Methods

Method Description
ModuleInitializeException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance with serialized data.

Method Details

ModuleInitializeException() protected method

Initializes a new instance with serialized data.
protected ModuleInitializeException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
return System