Table of Contents

Class ServerSideOnlyException

Namespace
LinqToDB
Assembly
linq2db.dll

Exception to throw for server-side only APIs, called on client.

public class ServerSideOnlyException : Exception, ISerializable
Inheritance
ServerSideOnlyException
Implements
Inherited Members
Extension Methods

Constructors

ServerSideOnlyException(string)

Exception to throw for server-side only APIs, called on client.

public ServerSideOnlyException(string apiName)

Parameters

apiName string

Name of server-side property or method.