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

Inheritance: Exception
Mostra file Open project: avranju/iotedge-k8s

Public Methods

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

Method Details

InvalidSchemaVersionException() public method

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

InvalidSchemaVersionException() public method

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