Table of Contents

Class InvalidArgumentException

Namespace
MarymoorStudios.Core.Rpc.Exceptions
Assembly
MarymoorStudios.Core.Rpc.Exceptions.dll
[DataContract]
public sealed class InvalidArgumentException : Exception, ISerializable
Inheritance
InvalidArgumentException
Implements
Inherited Members

Constructors

InvalidArgumentException()

public InvalidArgumentException()

InvalidArgumentException(string?)

public InvalidArgumentException(string? message)

Parameters

message string

InvalidArgumentException(string?, Exception?)

public InvalidArgumentException(string? message, Exception? inner)

Parameters

message string
inner Exception