C# Class Microsoft.Azure.IoTSolutions.DeviceSimulation.Services.Exceptions.ResourceIsLockedByAnotherOwnerException

Inheritance: Microsoft.Azure.IoTSolutions.DeviceSimulation.Services.Exceptions.CustomException
Mostrar archivo Open project: microsoft/MCW-IoT-and-the-Smart-City

Public Methods

Method Description
ResourceIsLockedByAnotherOwnerException ( ) : System
ResourceIsLockedByAnotherOwnerException ( string message ) : System
ResourceIsLockedByAnotherOwnerException ( string message, Exception innerException ) : System

Method Details

ResourceIsLockedByAnotherOwnerException() public method

public ResourceIsLockedByAnotherOwnerException ( ) : System
return System

ResourceIsLockedByAnotherOwnerException() public method

public ResourceIsLockedByAnotherOwnerException ( string message ) : System
message string
return System

ResourceIsLockedByAnotherOwnerException() public method

public ResourceIsLockedByAnotherOwnerException ( string message, Exception innerException ) : System
message string
innerException Exception
return System