Constructor InvalidEnum64ArgumentException
- Namespace
- PaintDotNet.ComponentModel
- Assembly
- PaintDotNet.Fundamentals.dll
InvalidEnum64ArgumentException()
public InvalidEnum64ArgumentException()
InvalidEnum64ArgumentException(string?)
public InvalidEnum64ArgumentException(string? message)
Parameters
message string
InvalidEnum64ArgumentException(string?, Exception?)
public InvalidEnum64ArgumentException(string? message, Exception? innerException)
Parameters
message string
innerException Exception
InvalidEnum64ArgumentException(string, long, Type)
public InvalidEnum64ArgumentException(string argumentName, long invalidValue, Type enumClass)
Parameters
argumentName string
invalidValue long
enumClass Type