System.ArrayTypeMismatchException.ArrayTypeMismatchException C# (CSharp) Method

ArrayTypeMismatchException() public method

public ArrayTypeMismatchException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices
        public ArrayTypeMismatchException() : base(Environment.GetResourceString("Arg_ArrayTypeMismatchException"))
        {
            base.SetErrorCode(-2146233085);
        }

Same methods

ArrayTypeMismatchException::ArrayTypeMismatchException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
ArrayTypeMismatchException::ArrayTypeMismatchException ( string message ) : System.Runtime.InteropServices
ArrayTypeMismatchException::ArrayTypeMismatchException ( string message, Exception innerException ) : System.Runtime.InteropServices
ArrayTypeMismatchException