This exception is thrown when some parameter passed into the remote scripting method is null.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Visual Basic

<SerializableAttribute> _
Public Class RemoteScriptingNullReferenceException _
	Inherits Exception _
	Implements ISerializable

C#

[SerializableAttribute]
public class RemoteScriptingNullReferenceException : Exception, 
	ISerializable

Inheritance Hierarchy

System..::.Object L System..::.Exception L Aurigma.GraphicsMill.AjaxControls..::.RemoteScriptingNullReferenceException