Class RFIDScannerException
メソッドの実行に際し、何らかのエラーが発生したことを示すためにスローされます。
Inheritance
System.Object
System.Exception
RFIDScannerException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: TFSW.BUD01.handy
Assembly: TFSW_RFIDScannerHandy.dll
Syntax
public class RFIDScannerException : Exception, ISerializable, _Exception
Constructors
RFIDScannerException(RFIDScannerException.ErrorCode, String)
指定されたエラーコードと詳細メッセージを使用して新規例外を構築します。
Declaration
public RFIDScannerException(RFIDScannerException.ErrorCode code, string message)
Parameters
Type | Name | Description |
---|---|---|
RFIDScannerException.ErrorCode | code | 原因となったエラーのコード値 |
System.String | message | 詳細メッセージ |
RFIDScannerException(RFIDScannerException.ErrorCode, String, Exception)
指定されたエラーコード、詳細メッセージ、および原因を使用して新規例外を構築します。
Declaration
public RFIDScannerException(RFIDScannerException.ErrorCode code, string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
RFIDScannerException.ErrorCode | code | 原因となったエラーのコード値 |
System.String | message | 詳細メッセージ |
System.Exception | innerException | 原因例外(ある場合) |
Properties
Code
Declaration
public RFIDScannerException.ErrorCode Code { get; }
Property Value
Type | Description |
---|---|
RFIDScannerException.ErrorCode |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception