FabricMessageTooLargeException Class

Definition

The exception that indicates the message is too large.

[System.Serializable]
public sealed class FabricMessageTooLargeException : System.Fabric.FabricException
[<System.Serializable>]
type FabricMessageTooLargeException = class
    inherit FabricException
Public NotInheritable Class FabricMessageTooLargeException
Inherits FabricException
Inheritance
FabricMessageTooLargeException
Attributes

Constructors

FabricMessageTooLargeException()

Initializes a new instance of FabricMessageTooLargeException class with error code FabricMessageTooLarge.

FabricMessageTooLargeException(String)

Initializes a new instance of FabricMessageTooLargeException class with error code FabricMessageTooLarge and a specified error message.

FabricMessageTooLargeException(String, Exception)

Initializes a new instance of FabricMessageTooLargeException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to