Class UnhandledExceptionHandingOptions
Inheritance
System.Object
UnhandledExceptionHandingOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Client
Assembly: AltV.Net.Client.dll
Syntax
public class UnhandledExceptionHandingOptions
Properties
| Improve this Doc View SourceCustomMessage
Declaration
public string CustomMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowCopyStacktraceButton
Declaration
public bool ShowCopyStacktraceButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowExceptionBasicInfo
Declaration
public bool ShowExceptionBasicInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowLinkToDocs
Declaration
public bool ShowLinkToDocs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowOpenLogsFolderButton
Declaration
public bool ShowOpenLogsFolderButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowStacktrace
Declaration
public bool ShowStacktrace { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |