pushError Method (const Value, string, const Value)

KB01 Engine

KB01_Engine

OurReader..::..pushError Method (const Value%, string%, const Value%)

Namespace:  Json
Assembly:  KB01_Engine (in KB01_Engine.dll)

Syntax


public bool pushError(
	ref [T:const Value] value,
	ref [T:const std.string] message,
	ref [T:const Value] extra
)
Public Function pushError ( _
	ByRef value As [T:const Value], _
	ByRef message As [T:const std.string], _
	ByRef extra As [T:const Value] _
) As bool
public:
bool pushError(
	[T:const Value]% value, 
	[T:const std.string]% message, 
	[T:const Value]% extra
)

Parameters

value
Type: [T:const Value][System.Runtime.CompilerServices.IsConst][System.Runtime.CompilerServices.IsImplicitlyDereferenced]%
message
Type: [T:const std.string][System.Runtime.CompilerServices.IsConst][System.Runtime.CompilerServices.IsImplicitlyDereferenced]%
extra
Type: [T:const Value][System.Runtime.CompilerServices.IsConst][System.Runtime.CompilerServices.IsImplicitlyDereferenced]%

See Also


[Overload:Json::OurReader.pushError] Overload