DataException 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
DataException(Int32, Exception) | |
DataException(Int32, String) | |
DataException(Int32, Exception, String) |
DataException(Int32, Exception)
public DataException (int errorCode, Exception innerException);
new Microsoft.Hpc.Scheduler.Session.Data.DataException : int * Exception -> Microsoft.Hpc.Scheduler.Session.Data.DataException
Public Sub New (errorCode As Integer, innerException As Exception)
Parameters
- errorCode
- Int32
- innerException
- Exception
Applies to
DataException(Int32, String)
DataException(Int32, Exception, String)
public DataException (int errorCode, Exception innerException, string dataClientId);
new Microsoft.Hpc.Scheduler.Session.Data.DataException : int * Exception * string -> Microsoft.Hpc.Scheduler.Session.Data.DataException
Public Sub New (errorCode As Integer, innerException As Exception, dataClientId As String)
Parameters
- errorCode
- Int32
- innerException
- Exception
- dataClientId
- String