C# Class Microsoft.Azure.Devices.Edge.Agent.Core.ConfigSources.FileBackupException

Inheritance: Exception
Afficher le fichier Open project: avranju/iotedge-k8s

Méthodes publiques

Méthode Description
FileBackupException ( string message ) : System
FileBackupException ( string message, Exception inner ) : System

Method Details

FileBackupException() public méthode

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

FileBackupException() public méthode

public FileBackupException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System