Class InternalParseException
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class InternalParseException : Exception, ISerializable
- Inheritance
-
InternalParseException
- Implements
- Inherited Members
Constructors
InternalParseException(SpelParseException)
public InternalParseException(SpelParseException cause)
Parameters
causeSpelParseException
Properties
Cause
public SpelParseException Cause { get; }