Class ServerSideOnlyException
- Namespace
- LinqToDB
- Assembly
- linq2db.dll
Exception to throw for server-side only APIs, called on client.
[Serializable]
public class ServerSideOnlyException : Exception, ISerializable, _Exception
- Inheritance
-
objectServerSideOnlyException
- Implements
- Inherited Members
- Extension Methods
Constructors
ServerSideOnlyException(string)
Exception to throw for server-side only APIs, called on client.
public ServerSideOnlyException(string apiName)
Parameters
apiNamestringName of server-side property or method.