Overload List

  NameDescription
Public methodFileUploadException()()()()
Simple constructor.
Public methodFileUploadException(String)
This creates a FileUploadException with a message that includes the stream name.
Public methodFileUploadException(String, Exception)
This creates a FileUploadException with a message that includes the stream name and an exception information.
Public methodFileUploadException(String, String)
This creates a FileUploadException with a message that includes the stream name.
Public methodFileUploadException(String, String, Exception)
This creates a FileUploadException with a message that includes the stream name and an exception information.
Public methodFileUploadException(String, String, String)
This creates a FileUploadException with a message that includes the stream name and an optional error information.

See Also