EnableSsisSupportAlwaysOnSqmHelper.SetExceptionInfo(Exception) 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.
Set exception info for making SSIS support AlwaysOn
public:
static void SetExceptionInfo(Exception ^ e);
public static void SetExceptionInfo (Exception e);
static member SetExceptionInfo : Exception -> unit
Public Shared Sub SetExceptionInfo (e As Exception)
Parameters
Exception