Class UnInitializedApiException
APIが未初期化である場合にスローされる例外
Inherited Members
Namespace: Pixiv.VroidSdk.Api.Legacy
Assembly: VRoidSDK.dll
Syntax
public class UnInitializedApiException : Exception, _Exception, ISerializable
Constructors
UnInitializedApiException(String)
コンストラクタ
Declaration
public UnInitializedApiException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | エラーのメッセージ |