Class ValueToolargeException
Inheritance
ValueToolargeException
Assembly: Couchbase.NetClient.dll
public class ValueToolargeException : KeyValueException, ISerializable
Constructors
|
Edit this page
View Source
Declaration
public ValueToolargeException()
|
Edit this page
View Source
ValueToolargeException(IKeyValueErrorContext)
Declaration
public ValueToolargeException(IKeyValueErrorContext context)
Parameters
|
Edit this page
View Source
ValueToolargeException(IErrorContext)
Declaration
[Obsolete("Use the IKeyValueErrorContext overload")]
public ValueToolargeException(IErrorContext context)
Parameters
|
Edit this page
View Source
Declaration
public ValueToolargeException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
Declaration
public ValueToolargeException(string message, Exception? innerException)
Parameters
Implements
Extension Methods