Table of Contents

Class ResourceInUseException

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

The exception that is thrown when an operation could not be performed because of associated resources.

public class ResourceInUseException : DmsException
Inheritance
ResourceInUseException
Extension Methods

Constructors

ResourceInUseException()

Initializes a new instance of the ResourceInUseException class.

ResourceInUseException(List<Guid>)

Initializes a new instance of the ResourceInUseException class with serialized data.

ResourceInUseException(List<Guid>, string)

Initializes a new instance of the ResourceInUseException class with the resources that caused this exception to be thrown and an error message.

ResourceInUseException(SerializationInfo, StreamingContext)

Initializes a new instance of the ResourceInUseException class with serialized data.

ResourceInUseException(string)

Initializes a new instance of the ResourceInUseException class.

ResourceInUseException(string, Exception)

Initializes a new instance of the ResourceInUseException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Properties

Resources

Gets the resources that caused this exception to be thrown.