C# Class HttpMultipartParser.MultipartParseException

Inheritance: System.Exception
Mostra file Open project: Vodurden/Http-Multipart-Data-Parser

Public Methods

Method Description
MultipartParseException ( string message ) : System

Initializes a new instance of the MultipartParseException class.

Method Details

MultipartParseException() public method

Initializes a new instance of the MultipartParseException class.
public MultipartParseException ( string message ) : System
message string /// The message. ///
return System