FabricReplicationOperationTooLargeException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when the replication operation is larger than the configured limit.
[System.Serializable]
public class FabricReplicationOperationTooLargeException : System.Fabric.FabricException
[<System.Serializable>]
type FabricReplicationOperationTooLargeException = class
inherit FabricException
Public Class FabricReplicationOperationTooLargeException
Inherits FabricException
- Inheritance
- Attributes
Constructors
FabricReplicationOperationTooLargeException() |
Initializes a new instance of FabricReplicationOperationTooLargeException class with error code ReplicationOperationTooLarge. |
FabricReplicationOperationTooLargeException(SerializationInfo, StreamingContext) |
Initializes a new instance of FabricReplicationOperationTooLargeException class from a serialized object data, with a specified context. |
FabricReplicationOperationTooLargeException(String) |
Initializes a new instance of FabricReplicationOperationTooLargeException class with error code ReplicationOperationTooLarge and a specified error message. |
FabricReplicationOperationTooLargeException(String, Exception) |
Initializes a new instance of FabricReplicationOperationTooLargeException 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
Azure SDK for .NET