Show / Hide Table of Contents

Class InvalidSyntaxException

Exception that is thrown when a the syntax of a dice notation string is determined to be invalid.

Inheritance
object
Exception
InvalidSyntaxException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: GoRogue.DiceNotation.Exceptions
Assembly: GoRogue.dll
Syntax
public class InvalidSyntaxException : Exception, ISerializable

Constructors

View Source

InvalidSyntaxException()

Constructor.

Declaration
public InvalidSyntaxException()
View Source

InvalidSyntaxException(string)

Constructor, taking a specified error message.

Declaration
public InvalidSyntaxException(string message)
Parameters
Type Name Description
string message

The error message that explains the reason for the exception.

View Source

InvalidSyntaxException(string, Exception)

Constructor, taking a specified error message and a reference to the inner exception that is the cause of this exception.

Declaration
public InvalidSyntaxException(string message, Exception innerException)
Parameters
Type Name Description
string message

The error message that explains the reason for the exception.

Exception innerException

The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

Implements

ISerializable

Extension Methods

Utility.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX