EazfuscatorNetSettings.

ErrorSandbox Property

Summary

Gets or sets a value specifing the error sanddox to be used.

Syntax

public string ErrorSandbox { get; set; }

Remarks

Runs application given as argument in exception sandbox. Every unhandled exception is caught by sandbox environment. This feature is useful when obfuscated application cannot be started and bails out with default unexpected error window.

Value

Type Description
string