System.Text.EncodingNLS.CodePageEncodingSurrogate.ISerializable C# (CSharp) Method

ISerializable() private method

private ISerializable ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void
            void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
            {
                // This should never be called.  If it is, there's a bug in the formatter being used.
                throw new NotSupportedException();
            }