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

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

Méthodes publiques

Méthode Description
ResourceIsLockedByAnotherOwnerException ( ) : System
ResourceIsLockedByAnotherOwnerException ( string message ) : System
ResourceIsLockedByAnotherOwnerException ( string message, Exception innerException ) : System

Method Details

ResourceIsLockedByAnotherOwnerException() public méthode

public ResourceIsLockedByAnotherOwnerException ( ) : System
Résultat System

ResourceIsLockedByAnotherOwnerException() public méthode

public ResourceIsLockedByAnotherOwnerException ( string message ) : System
message string
Résultat System

ResourceIsLockedByAnotherOwnerException() public méthode

public ResourceIsLockedByAnotherOwnerException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System