C# Class CoreTweet.MediaProcessingException

Represents error in Twitter processing the media.
Inheritance: System.Exception
Mostra file Open project: CoreTweet/CoreTweet

Public Methods

Method Description
MediaProcessingException ( UploadFinalizeCommandResult response ) : System

Initializes a new instance of the MediaProcessingException class.

Private Methods

Method Description
CreateMessage ( UploadFinalizeCommandResult response ) : string

Method Details

MediaProcessingException() public method

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