Initializes a new instance of the OnlyOneMultipartContentAllowedException class.
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);
OnlyOneMultipartContentAllowedException Class | Atom.Core Namespace