C# Class withSIX.Sync.Core.Repositories.Internals.ChecksumException

Inheritance: System.Exception
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
ChecksumException ( ) : System
ChecksumException ( string message ) : System
ChecksumException ( string message, Exception innerException ) : System

Method Details

ChecksumException() public méthode

public ChecksumException ( ) : System
Résultat System

ChecksumException() public méthode

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

ChecksumException() public méthode

public ChecksumException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System