'Declaration
Public Function New( _ ByVal message As String, _ ByVal innerException As Exception, _ ByVal streamFailed As Boolean _ )
public GibraltarSerializationException( string message, Exception innerException, bool streamFailed )
Parameters
- message
- The error message string.
- innerException
- The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
- streamFailed
- Indicates if the entire stream is now considered corrupt and no further packets can be retrieved.