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

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

Méthodes publiques

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

Method Details

InvalidSchemaVersionException() public méthode

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

InvalidSchemaVersionException() public méthode

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