Class SynchronizationException
Represents errors that occur during Content Type synchronization
Inheritance
Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class SynchronizationException : Exception
Constructors
SynchronizationException()
Initializes a new instance of the Synchronization
Declaration
public SynchronizationException()
SynchronizationException(SerializationInfo, StreamingContext)
Initializes a new instance with serialized data.
Declaration
protected SynchronizationException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | The object that holds the serialized object data. |
System. |
context | The contextual information about the source or destination. |
SynchronizationException(String)
Initializes a new instance of the Synchronization
Declaration
public SynchronizationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The error message that explains the reason for the exception. |
SynchronizationException(String, Exception)
Initializes a new instance of the Synchronization
Declaration
public SynchronizationException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The error message that explains the reason for the exception. |
System. |
innerException | The inner exception that is the cause of the current exception. |