Class PayloadTooLargeException
The payload is too large.
Implements
Inherited Members
Namespace: Unity.Cloud.Common
Assembly: Unity.Cloud.Common.dll
Syntax
[Serializable]
public class PayloadTooLargeException : ServiceException, ISerializable
Constructors
PayloadTooLargeException()
Default constructor.
Declaration
public PayloadTooLargeException()
PayloadTooLargeException(SerializationInfo, StreamingContext)
Creates an instance from the provided serialization info and streaming context.
Declaration
protected PayloadTooLargeException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The serialization info. |
StreamingContext | context | The streaming context. |
PayloadTooLargeException(string)
Creates an instance from the provided error message.
Declaration
public PayloadTooLargeException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
PayloadTooLargeException(string, Exception)
Creates an instance from the provided error message and inner exception.
Declaration
public PayloadTooLargeException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
Exception | innerException | The inner exception. |