'Declaration
Public Function New( _ ByVal exception As Exception, _ ByVal pointBinding As PointBinding _ )
'Usage
Dim exception As Exception Dim pointBinding As PointBinding Dim instance As New PointUpdateFailureEventArgs(exception, pointBinding)
public PointUpdateFailureEventArgs( Exception exception, PointBinding pointBinding )
public: PointUpdateFailureEventArgs( Exception^ exception, PointBinding^ pointBinding )
Parameters
- exception
- The exception that has caused the update failure.
- pointBinding
- The point binding for which the update has failed.