ResetBindException sealed class ResetBindException : Exception Documentation Code using System; namespace Microsoft.CSharp.RuntimeBinder { internal sealed class ResetBindException : Exception { } }