Class InternalParseException
Inheritance
System.Object
InternalParseException
Namespace: Steeltoe.Common.Expression.Internal.Spring
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class InternalParseException : Exception
Constructors
| Edit this page View SourceInternalParseException(SpelParseException)
Declaration
public InternalParseException(SpelParseException cause)
Parameters
Type | Name | Description |
---|---|---|
SpelParseException | cause |
Properties
| Edit this page View SourceCause
Declaration
public SpelParseException Cause { get; }
Property Value
Type | Description |
---|---|
SpelParseException |