C# Class Services.Entities.CustomExceptions.DownloadFileException

Inheritance: Exception
Show file Open project: microsoftgraph/group-membership-management

Public Methods

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

Method Details

DownloadFileException() public method

public DownloadFileException ( ) : System
return System

DownloadFileException() public method

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

DownloadFileException() public method

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