PlatformNotSupported.this

this(string feature, string platform = null, string file = __FILE__, size_t line = __LINE__) @safe

Constructs a new PlatformNotSupported exception.

Parameters

featureThe feature that is not supported.
platformThe current platform (optional).
fileThe source file where the exception was thrown.
lineThe line number where the exception was thrown.