MsieJavaScriptEngine.JsEngineLoadException.JsEngineLoadException C# (CSharp) Méthode

JsEngineLoadException() private méthode

Initializes a new instance of the JsEngineLoadException class with serialized data
private JsEngineLoadException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized data
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination
Résultat System
		private JsEngineLoadException(SerializationInfo info, StreamingContext context)
			: base(info, context)
		{ }
#endif

Same methods

JsEngineLoadException::JsEngineLoadException ( string message ) : System
JsEngineLoadException::JsEngineLoadException ( string message, Exception innerException ) : System
JsEngineLoadException::JsEngineLoadException ( string message, string engineMode ) : System
JsEngineLoadException::JsEngineLoadException ( string message, string engineMode, Exception innerException ) : System
JsEngineLoadException