Overload base constructor
Namespace: uStrata.MathDaemon.ComputationAssembly: uStrata.MathDaemon.Computation (in uStrata.MathDaemon.Computation.dll) Version: 1.1.5779.28281
public StorageException(
string errorMessage,
Exception innerException
)
public StorageException(
string errorMessage,
Exception innerException
)
Public Sub New (
errorMessage As String,
innerException As Exception
)
Public Sub New (
errorMessage As String,
innerException As Exception
)
new :
errorMessage : string *
innerException : Exception -> StorageExceptionnew :
errorMessage : string *
innerException : Exception -> StorageExceptionParameters
- errorMessage
- Type: System String
Detailed information about the error
- innerException
- Type: System Exception
original exception that was raised