Class SystemRegistryException
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
messagestringThe message that describes the error.
SystemRegistryException(string, Exception)
Initializes a new instance of the SystemRegistryException class.
public SystemRegistryException(string message, Exception inner)