SerialException(SerialError, String, Exception) Constructor
Namespace: Gemstone.CommunicationAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.165 -- Release Build+2ce0056577667a1696ea8a6ee4c4a2daa6739ee7
Public Sub New (
serialError As SerialError,
Optional message As String = Nothing,
Optional innerException As Exception = Nothing
)
Gemstone.Communication.SerialException = function(serialError, message, innerException);
Parameters
- serialError SerialError
- The SerialError associated with the exception.
- message String (Optional)
- The error message that explains the reason for the exception, or to use the default message associated with serialError.
- innerException Exception (Optional)
- The exception that is the cause of the current exception, or if no inner exception is specified.