C# Class Vostok.ClusterConfig.Client.Exceptions.RemoteUpdateException

Inheritance: Exception
Mostrar archivo Open project: vostok/clusterconfig.client

Public Methods

Method Description
RemoteUpdateException ( string message ) : System
RemoteUpdateException ( string message, Exception innerException ) : System

Method Details

RemoteUpdateException() public method

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

RemoteUpdateException() public method

public RemoteUpdateException ( string message, Exception innerException ) : System
message string
innerException Exception
return System