Tao.DevIl SDK Documentation

Ilu.iluErrorString Method 

iluErrorString returns a human-readable string of the error in Error. This can be useful for displaying the human-readable error in your program to let the user know wtf just happened.

[Visual Basic]
Public Shared Function iluErrorString( _
   ByVal Error As Integer _
) As String
[C#]
public static string iluErrorString(
   int Error
);

Parameters

Error
Enum that describes the string to be retrieved.

Return Value

See Also

Ilu Class | Tao.DevIl Namespace