System.Runtime.InteropServices.SafeArrayRankMismatchException.SafeArrayRankMismatchException C# (CSharp) Method

SafeArrayRankMismatchException() public method

public SafeArrayRankMismatchException ( ) : System
return System
		public SafeArrayRankMismatchException ()
			: base (Locale.GetText ("The incoming SAVEARRAY does not match the rank of the expected managed signature"))
		{
			this.HResult = ErrorCode;
		}

Same methods

SafeArrayRankMismatchException::SafeArrayRankMismatchException ( SerializationInfo info, StreamingContext context ) : System
SafeArrayRankMismatchException::SafeArrayRankMismatchException ( string message ) : System
SafeArrayRankMismatchException::SafeArrayRankMismatchException ( string message, Exception inner ) : System
SafeArrayRankMismatchException