Table of Contents

Class ErrorExecutingCommandException

Namespace
Iot.Device.Swarm
Assembly
Iot.Device.Swarm.dll

Exception occurred when executing a command.

public class ErrorExecutingCommandException : Exception
Inheritance
ErrorExecutingCommandException

Constructors

ErrorExecutingCommandException()

Initializes a new instance of the ErrorExecutingCommandException class.

public ErrorExecutingCommandException()

ErrorExecutingCommandException(string)

Initializes a new instance of the ErrorExecutingCommandException class.

public ErrorExecutingCommandException(string message)

Parameters

message string

Error message with details about the error.