EnumerationAbortedException 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
EnumerationAbortedException() |
Initializes a new instance of the EnumerationAbortedException class. |
EnumerationAbortedException(String) |
Initializes a new instance of the EnumerationAbortedException class. |
EnumerationAbortedException(String, Exception) |
Initializes a new instance of the EnumerationAbortedException class. |
EnumerationAbortedException()
Initializes a new instance of the EnumerationAbortedException class.
public EnumerationAbortedException ();
Public Sub New ()
Applies to
EnumerationAbortedException(String)
Initializes a new instance of the EnumerationAbortedException class.
public EnumerationAbortedException (string message);
new Orleans.Runtime.EnumerationAbortedException : string -> Orleans.Runtime.EnumerationAbortedException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
EnumerationAbortedException(String, Exception)
Initializes a new instance of the EnumerationAbortedException class.
public EnumerationAbortedException (string message, Exception innerException);
new Orleans.Runtime.EnumerationAbortedException : string * Exception -> Orleans.Runtime.EnumerationAbortedException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception