MsieJavaScriptEngine.NotSupportedTypeException.NotSupportedTypeException C# (CSharp) Method

NotSupportedTypeException() private method

Initializes a new instance of the NotSupportedTypeException class with serialized data
private NotSupportedTypeException ( 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
return System
		private NotSupportedTypeException(SerializationInfo info, StreamingContext context)
			: base(info, context)
		{ }
#endif

Same methods

NotSupportedTypeException::NotSupportedTypeException ( string message ) : System
NotSupportedTypeException::NotSupportedTypeException ( string message, Exception innerException ) : System
NotSupportedTypeException