Class SdlException
- Namespace
- Sdl3Sharp
- Assembly
- Sdl3Sharp.dll
An exception that is thrown when there was a failure coming from or regarding a SDL function
public sealed class SdlException : Exception, ISerializable
- Inheritance
-
SdlException
- Implements
- Inherited Members
Remarks
When a SdlException is thrown (and caught), you might want to check TryGet(out string?) for more information
Constructors
SdlException(string?)
An exception that is thrown when there was a failure coming from or regarding a SDL function
public SdlException(string? message = null)
Parameters
messagestringThe message that describes the error.
Remarks
When a SdlException is thrown (and caught), you might want to check TryGet(out string?) for more information