GrapeCity.Xaml.CalcEngine
CalcExternalErrorExpression Constructor


The owner of error.
The error value.
Initializes a new instance of the CalcExternalErrorExpression class.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As ICalcSource, _
   ByVal value As CalcError _
)
'Usage
 
Dim source As ICalcSource
Dim value As CalcError
 
Dim instance As New CalcExternalErrorExpression(source, value)
public CalcExternalErrorExpression( 
   ICalcSource source,
   CalcError value
)

Parameters

source
The owner of error.
value
The error value.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionvalue is a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcExternalErrorExpression Class
CalcExternalErrorExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options