AForge.DeviceErrorException.DeviceErrorException C# (CSharp) 메소드

DeviceErrorException() 공개 메소드

Initializes a new instance of the DeviceErrorException class.
public DeviceErrorException ( string message ) : System
message string Exception's message.
리턴 System
		public DeviceErrorException( string message ) :
			base( message ) { }
	}
DeviceErrorException