RewriteEmptyStreamException Class
Namespace: Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Inheritance
Inherits from: RewriteCardinalityException
Constructors
| Constructor | Description |
|---|---|
| RewriteEmptyStreamException() | |
| RewriteEmptyStreamException(string elementDescription) | |
| RewriteEmptyStreamException(string elementDescription, Exception innerException) | |
| RewriteEmptyStreamException(string message, string elementDescription) | |
| RewriteEmptyStreamException(SerializationInfo info, StreamingContext context) | |
| RewriteEmptyStreamException(string message, string elementDescription, Exception innerException) |
RewriteEmptyStreamException()
RewriteEmptyStreamException(elementDescription: string)
Parameters
- elementDescription (string)
RewriteEmptyStreamException(elementDescription: string, innerException: Exception)
Parameters
- elementDescription (string)
- innerException (Exception)
RewriteEmptyStreamException(message: string, elementDescription: string)
Parameters
- message (string)
- elementDescription (string)
RewriteEmptyStreamException(info: SerializationInfo, context: StreamingContext)
Parameters
- info (SerializationInfo)
- context (StreamingContext)
RewriteEmptyStreamException(message: string, elementDescription: string, innerException: Exception)
Parameters
- message (string)
- elementDescription (string)
- innerException (Exception)