Class GodotObject.NativeMethodBindNotFoundException
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public class GodotObject.NativeMethodBindNotFoundException : GodotObject.NativeMemberNotFoundException, ISerializable
- Inheritance
-
GodotObject.NativeMethodBindNotFoundException
- Implements
-
- Inherited Members
-
Constructors
NativeMethodBindNotFoundException()
public NativeMethodBindNotFoundException()
NativeMethodBindNotFoundException(string?)
public NativeMethodBindNotFoundException(string? nativeMethodName)
Parameters
nativeMethodName string
NativeMethodBindNotFoundException(string?, Exception?)
public NativeMethodBindNotFoundException(string? message, Exception? innerException)
Parameters
message string
innerException Exception
NativeMethodBindNotFoundException(string?, string?)
public NativeMethodBindNotFoundException(string? message, string? nativeMethodName)
Parameters
message string
nativeMethodName string
NativeMethodBindNotFoundException(string?, string?, Exception?)
public NativeMethodBindNotFoundException(string? message, string? nativeMethodName, Exception? innerException)
Parameters
message string
nativeMethodName string
innerException Exception
Properties
Message
public override string Message { get; }
Property Value
- string