System.Text.DecoderNLS.DecoderNLSSurrogate.GetObjectData C# (CSharp) Method

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void
            public void 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();
            }