C# Class CoreTweet.MediaProcessingException

Represents error in Twitter processing the media.
Inheritance: System.Exception
Afficher le fichier Open project: CoreTweet/CoreTweet

Méthodes publiques

Méthode Description
MediaProcessingException ( UploadFinalizeCommandResult response ) : System

Initializes a new instance of the MediaProcessingException class.

Private Methods

Méthode Description
CreateMessage ( UploadFinalizeCommandResult response ) : string

Method Details

MediaProcessingException() public méthode

Initializes a new instance of the MediaProcessingException class.
public MediaProcessingException ( UploadFinalizeCommandResult response ) : System
response UploadFinalizeCommandResult The response from media/upload.
Résultat System