| SoErrorErrorCallback Delegate | 
Error handling callbacks are of this type. 
 
Namespace: OIV.Inventor.ErrorsAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic delegate void ErrorCallback(
	SoError error
)
Public Delegate Sub ErrorCallback ( 
	error As SoError
)
public delegate void ErrorCallback(
	SoError^ error
)
type ErrorCallback = 
    delegate of 
        error : SoError -> unitParameters
- error
 - Type: OIV.Inventor.ErrorsSoError
 
Remarks
See Also