System.ArrayTypeMismatchException.ArrayTypeMismatchException C# (CSharp) Method

ArrayTypeMismatchException() protected method

protected ArrayTypeMismatchException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
return System.Runtime.InteropServices
        protected ArrayTypeMismatchException(SerializationInfo info, StreamingContext context) : base(info, context)
        {
        }

Same methods

ArrayTypeMismatchException::ArrayTypeMismatchException ( ) : System.Runtime.InteropServices
ArrayTypeMismatchException::ArrayTypeMismatchException ( string message ) : System.Runtime.InteropServices
ArrayTypeMismatchException::ArrayTypeMismatchException ( string message, Exception innerException ) : System.Runtime.InteropServices
ArrayTypeMismatchException