InternalFailFastException Constructors
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.
Overloads
InternalFailFastException() | |
InternalFailFastException(Exception) |
InternalFailFastException()
public:
InternalFailFastException();
public InternalFailFastException ();
Public Sub New ()
Applies to
InternalFailFastException(Exception)
public:
InternalFailFastException(Exception ^ e);
public InternalFailFastException (Exception e);
new Microsoft.XLANGs.Core.InternalFailFastException : Exception -> Microsoft.XLANGs.Core.InternalFailFastException
Public Sub New (e As Exception)