This documentation is for the old version. Go to the latest Graphics Mill docs

RemoteScriptingNullReferenceException Class

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

See Also

Reference