Edit

Share via


MultipartContentException Class

Definition

public ref class MultipartContentException : Microsoft::Rtc::Signaling::RealTimeException
[Serializable]
public class MultipartContentException : Microsoft.Rtc.Signaling.RealTimeException
type MultipartContentException = class
    inherit RealTimeException
Public Class MultipartContentException
Inherits RealTimeException
Inheritance
MultipartContentException
Attributes
SerializableAttribute

Constructors

MultipartContentException()
MultipartContentException(SerializationInfo, StreamingContext)
MultipartContentException(String)
MultipartContentException(String, Exception)

Properties

DetectionStackTrace

Gets a string representation of the frames on the call stack at the time the current exception was detected. For exceptions that are transferred to application threads, this provides better diagnostic information than the stack where it was thrown.

(Inherited from RealTimeException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the object.

(Inherited from RealTimeException)
ToString()

Creates and returns a string representation of the current exception.

(Inherited from RealTimeException)

Applies to