Show / Hide Table of Contents

Class UnInitializedApiException

Exception thrown when API is uninitialized

Inheritance
Object
Exception
UnInitializedApiException
Implements
_Exception
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Pixiv.VroidSdk.Api.Legacy
Assembly: VRoidSDK.dll
Syntax
public class UnInitializedApiException : Exception, _Exception, ISerializable

Constructors

UnInitializedApiException(String)

Constructor

Declaration
public UnInitializedApiException(string message)
Parameters
Type Name Description
String message

Error message

Implements

System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable
In This Article
Back to top Generated by DocFX