Table of Contents

Class SystemRegistryException

Namespace
SampSharp.Entities
Assembly
SampSharp.OpenMp.Entities.dll

Represents an error which occurs while registering a system.

public class SystemRegistryException : Exception, ISerializable
Inheritance
SystemRegistryException
Implements
Inherited Members

Constructors

SystemRegistryException()

Initializes a new instance of the SystemRegistryException class.

public SystemRegistryException()

SystemRegistryException(string)

Initializes a new instance of the SystemRegistryException class.

public SystemRegistryException(string message)

Parameters

message string

The message that describes the error.

SystemRegistryException(string, Exception)

Initializes a new instance of the SystemRegistryException class.

public SystemRegistryException(string message, Exception inner)

Parameters

message string

The message.

inner Exception

The inner.

See Also