ArgumentConstraintException 類別
The exception that is thrown when the value of a property is outside of the constraint applied.
繼承階層
System.Object
System.Exception
System.SystemException
System.ArgumentException
Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
Microsoft.ReportingServices.RdlObjectModel.ArgumentTooLargeException
Microsoft.ReportingServices.RdlObjectModel.ArgumentTooSmallException
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
<SerializableAttribute> _
Public Class ArgumentConstraintException _
Inherits ArgumentException
'用途
Dim instance As ArgumentConstraintException
[SerializableAttribute]
public class ArgumentConstraintException : ArgumentException
[SerializableAttribute]
public ref class ArgumentConstraintException : public ArgumentException
[<SerializableAttribute>]
type ArgumentConstraintException =
class
inherit ArgumentException
end
public class ArgumentConstraintException extends ArgumentException
ArgumentConstraintException 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
ArgumentConstraintException(SerializationInfo, StreamingContext) | 基礎結構。Initializes a new instance of the ArgumentConstraintException class. | |
ArgumentConstraintException(Object, String, Object, Object, String) | Initializes a new instance of the ArgumentConstraintException class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
Component | Gets the component where the exception occurred. | |
Constraint | Gets the object that demonstrates the constraint. | |
Data | (繼承自 Exception。) | |
HelpLink | (繼承自 Exception。) | |
HResult | (繼承自 Exception。) | |
InnerException | (繼承自 Exception。) | |
Message | (繼承自 ArgumentException。) | |
ParamName | (繼承自 ArgumentException。) | |
Property | Gets the property that caused the exception. | |
Source | (繼承自 Exception。) | |
StackTrace | (繼承自 Exception。) | |
TargetSite | (繼承自 Exception。) | |
Value | Gets the value of the property. |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetBaseException | (繼承自 Exception。) | |
GetHashCode | (繼承自 Object。) | |
GetObjectData | 安全性關鍵。 (繼承自 ArgumentException。) | |
GetType | (繼承自 Exception。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Exception。) |
上層
事件
名稱 | 說明 | |
---|---|---|
SerializeObjectState | (繼承自 Exception。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。