C# Class Services.Entities.CustomExceptions.DownloadFileException

Inheritance: Exception
Afficher le fichier Open project: microsoftgraph/group-membership-management

Méthodes publiques

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

Method Details

DownloadFileException() public méthode

public DownloadFileException ( ) : System
Résultat System

DownloadFileException() public méthode

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

DownloadFileException() public méthode

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