System.ArrayTypeMismatchException.ArrayTypeMismatchException C# (CSharp) Метод

ArrayTypeMismatchException() публичный Метод

public ArrayTypeMismatchException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
Результат System.Runtime.InteropServices
        public ArrayTypeMismatchException(string message, Exception innerException) : base(message, innerException)
        {
            base.SetErrorCode(-2146233085);
        }
    }

Same methods

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