Show / Hide Table of Contents

Class ModelLoadFailException

モデルの読み込み例外

Inheritance
Object
Exception
ModelLoadFailException
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
Assembly: Pixiv.VroidSdk.dll
Syntax
public class ModelLoadFailException : Exception, _Exception, ISerializable

Constructors

ModelLoadFailException(ApiErrorFormat)

コンストラクタ

Declaration
public ModelLoadFailException(ApiErrorFormat error)
Parameters
Type Name Description
ApiErrorFormat error

発生した例外

ModelLoadFailException(String)

コンストラクタ

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

失敗を表す文字列

Implements

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