Table of Contents

Class LocalizedException

Namespace
Playnite.SDK
Assembly
Playnite.SDK.dll

Represents exception supporting localized message strings.

public class LocalizedException : Exception, ISerializable, _Exception
Inheritance
LocalizedException
Implements
Derived
Inherited Members

Constructors

LocalizedException()

Creates new instance of LocalizedException.

public LocalizedException()

LocalizedException(string)

Creates new instance of LocalizedException.

public LocalizedException(string message)

Parameters

message string

Error message.