Atom.NET documentation

OnlyOneMultipartContentAllowedException Constructor

Initializes a new instance of the OnlyOneMultipartContentAllowedException class.

Overload List

Initializes a new instance of the OnlyOneMultipartContentAllowedException class.

public OnlyOneMultipartContentAllowedException();

Initializes a new instance of the OnlyOneMultipartContentAllowedException class with a specified error message.

public OnlyOneMultipartContentAllowedException(string);

Initializes a new instance of the OnlyOneMultipartContentAllowedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public OnlyOneMultipartContentAllowedException(string,Exception);

See Also

OnlyOneMultipartContentAllowedException Class | Atom.Core Namespace