'Declaration
Public Function New( _ ByVal methodNodeId As UANodeId, _ ByVal argumentIndex As Integer, _ ByVal message As String _ )
'Usage
Dim methodNodeId As UANodeId Dim argumentIndex As Integer Dim message As String Dim instance As New UAMethodOutputException(methodNodeId, argumentIndex, message)
public UAMethodOutputException( UANodeId methodNodeId, int argumentIndex, string message )
public: UAMethodOutputException( UANodeId^ methodNodeId, int argumentIndex, String^ message )
Parameters
- methodNodeId
- The method that provided the invalid result.
- argumentIndex
- The index of the argument that causes this exception.
- message
- The message that describes the error.