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

SafeArrayTypeMismatchException() public method

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

Same methods

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