Show / Hide Table of Contents

Class IpcValueNullError

This exception is thrown when a null value is passed to an IPC requiring a value type.

Inheritance
System.Object
System.Exception
IpcError
IpcValueNullError
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dalamud.Plugin.Ipc.Exceptions
Assembly: Dalamud.dll
Syntax
public class IpcValueNullError : IpcError, ISerializable

Constructors

| Improve this Doc View Source

IpcValueNullError(String, Type, Int32)

Initializes a new instance of the IpcValueNullError class.

Declaration
public IpcValueNullError(string name, Type expectedType, int index)
Parameters
Type Name Description
System.String name

Name of the IPC.

System.Type expectedType

The type expected.

System.Int32 index

Index of the failing argument.

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX