System.DelegateSerializationHolder.ThrowInsufficientState C# (CSharp) 메소드

ThrowInsufficientState() 개인적인 메소드

private ThrowInsufficientState ( string field ) : void
field string
리턴 void
        private void ThrowInsufficientState(string field)
        {
            throw new SerializationException(
                String.Format(CultureInfo.CurrentCulture, Environment.GetResourceString("Serialization_InsufficientDeserializationState"), field));
        }