Tao.Sdl SDK Documentation

Sdl.SDL_SetError Method 

Sets an SDL error string.

[Visual Basic]
Public Shared Sub SDL_SetError( _
   ByVal message As String _
)
[C#]
public static void SDL_SetError(
   string message
);

Parameters

message
The error message to set.

Remarks

Binds to C-function call in SDL_error.h:

extern DECLSPEC void SDLCALL SDL_SetError(const char *fmt, ...)

See Also

Sdl Class | Tao.Sdl Namespace