System.Drawing.ComIStreamMarshaler.NativeToManagedWrapper.ThrowExceptionForHR C# (CSharp) 메소드

ThrowExceptionForHR() 개인적인 정적인 메소드

private static ThrowExceptionForHR ( int result ) : void
result int
리턴 void
			private static void ThrowExceptionForHR(int result)
			{
				if (result < 0)
					throw new COMException(null, result);
			}