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

Inheritance: Exception
ファイルを表示 Open project: avranju/iotedge-k8s

Public Methods

Method Description
FileBackupException ( string message ) : System
FileBackupException ( string message, Exception inner ) : System

Method Details

FileBackupException() public method

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

FileBackupException() public method

public FileBackupException ( string message, Exception inner ) : System
message string
inner Exception
return System