BusinessLogicResolver.InvokeErrorHandler Method
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.
public:
override Microsoft::SqlServer::Replication::BusinessLogicSupport::ActionOnDataError InvokeErrorHandler(Microsoft::SqlServer::Replication::BusinessLogicSupport::ChangeStates currentChangeState, System::String ^ methodName, Microsoft::SqlServer::Replication::BusinessLogicSupport::SourceIdentifier sourceIdentifier, System::Data::DataSet ^ sourceDataSet, Microsoft::SqlServer::Replication::BusinessLogicSupport::ErrorLogType % logErrorType, System::String ^ % errorLogMessage, int errorCode, System::String ^ errorMessage, int % logLevel, System::String ^ % logMessage);
public override Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnDataError InvokeErrorHandler (Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates currentChangeState, string methodName, Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier sourceIdentifier, System.Data.DataSet sourceDataSet, ref Microsoft.SqlServer.Replication.BusinessLogicSupport.ErrorLogType logErrorType, ref string errorLogMessage, int errorCode, string errorMessage, ref int logLevel, ref string logMessage);
override this.InvokeErrorHandler : Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates * string * Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier * System.Data.DataSet * ErrorLogType * string * int * string * int * string -> Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnDataError
Public Overrides Function InvokeErrorHandler (currentChangeState As ChangeStates, methodName As String, sourceIdentifier As SourceIdentifier, sourceDataSet As DataSet, ByRef logErrorType As ErrorLogType, ByRef errorLogMessage As String, errorCode As Integer, errorMessage As String, ByRef logLevel As Integer, ByRef logMessage As String) As ActionOnDataError
Parameters
- currentChangeState
- ChangeStates
- methodName
- String
- sourceIdentifier
- SourceIdentifier
- sourceDataSet
- DataSet
- logErrorType
- ErrorLogType
- errorLogMessage
- String
- errorCode
- Int32
- errorMessage
- String
- logLevel
- Int32
- logMessage
- String