Mime |
public MimePart( string mediaType, string mediaSubtype, params Object[] args )
Exception | Condition |
---|---|
ArgumentNullException | mediaType is null. -or- mediaSubtype is null. -or- args is null. |
ArgumentException | args contains more than one IMimeContent or Stream. -or- args contains one or more arguments of an unknown type. |