MonobjcMonobjc Documented Class Library
ExceptionDuringOperationErrorLeftOperandRightOperand Method (method, error, leftOperand, rightOperand)
NamespacesMonobjc.FoundationNSDecimalNumberHandlerExceptionDuringOperationErrorLeftOperandRightOperand(IntPtr, NSCalculationError, NSDecimalNumber, NSDecimalNumber)

Specifies what an NSDecimalNumber object will do when it encounters an error. (required)

Original signature is '- (NSDecimalNumber *)exceptionDuringOperation:(SEL)method error:(NSCalculationError)error leftOperand:(NSDecimalNumber *)leftOperand rightOperand:(NSDecimalNumber *)rightOperand'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDecimalNumber ExceptionDuringOperationErrorLeftOperandRightOperand(
	IntPtr method,
	NSCalculationError error,
	NSDecimalNumber leftOperand,
	NSDecimalNumber rightOperand
)
Public Overridable Function ExceptionDuringOperationErrorLeftOperandRightOperand ( _
	method As IntPtr, _
	error As NSCalculationError, _
	leftOperand As NSDecimalNumber, _
	rightOperand As NSDecimalNumber _
) As NSDecimalNumber
public:
virtual NSDecimalNumber^ ExceptionDuringOperationErrorLeftOperandRightOperand(
	IntPtr method, 
	NSCalculationError error, 
	NSDecimalNumber^ leftOperand, 
	NSDecimalNumber^ rightOperand
)
Parameters
method (IntPtr)
The method that was being executed when the error occurred.
error (NSCalculationError)
The type of error that was generated.
leftOperand (NSDecimalNumber)
The left operand.
rightOperand (NSDecimalNumber)
The right operand.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSDecimalNumberHandler.ExceptionDuringOperationErrorLeftOperandRightOperand(System.IntPtr,Monobjc.Foundation.NSCalculationError,Monobjc.Foundation.NSDecimalNumber,Monobjc.Foundation.NSDecimalNumber)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)