System.ArrayTypeMismatchException.ArrayTypeMismatchException C# (CSharp) 메소드

ArrayTypeMismatchException() 보호된 메소드

protected ArrayTypeMismatchException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
리턴 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