Atom.NET documentation

OnlyOneMultipartContentAllowedException Constructor (String)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal msg As String _
)
[C#]
public OnlyOneMultipartContentAllowedException(
   string msg
);

Parameters

msg
A message that describes the error.

See Also

OnlyOneMultipartContentAllowedException Class | Atom.Core Namespace | OnlyOneMultipartContentAllowedException Constructor Overload List