Class LaserException
This exception represents an error generated by a the marking laser.
public class LaserException : Exception, ISerializable, _Exception
- Inheritance
-
LaserException
- Implements
- Inherited Members
Properties
ErrorCode
Gets the error code.
public string ErrorCode { get; }
Property Value
ErrorMessage
Gets the error message.
public string ErrorMessage { get; }