ArgumentTooLargeException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ArgumentTooLargeException クラスの新しいインスタンスを初期化します。
オーバーロード
| ArgumentTooLargeException(SerializationInfo, StreamingContext) |
シリアル化したデータを使用して、ArgumentTooLargeException クラスの新しいインスタンスを初期化します。 |
| ArgumentTooLargeException(Object, String, Object, Object) |
ArgumentTooLargeException クラスの新しいインスタンスを初期化します。 |
ArgumentTooLargeException(SerializationInfo, StreamingContext)
シリアル化したデータを使用して、ArgumentTooLargeException クラスの新しいインスタンスを初期化します。
protected:
ArgumentTooLargeException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ArgumentTooLargeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ReportingServices.RdlObjectModel.ArgumentTooLargeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ReportingServices.RdlObjectModel.ArgumentTooLargeException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
例外に関するシリアル化されたデータを含むオブジェクト。
- context
- StreamingContext
転送元または転送先に関するコンテキスト情報。
適用対象
ArgumentTooLargeException(Object, String, Object, Object)
ArgumentTooLargeException クラスの新しいインスタンスを初期化します。
public:
ArgumentTooLargeException(System::Object ^ component, System::String ^ property, System::Object ^ value, System::Object ^ maximum);
public ArgumentTooLargeException (object component, string property, object value, object maximum);
new Microsoft.ReportingServices.RdlObjectModel.ArgumentTooLargeException : obj * string * obj * obj -> Microsoft.ReportingServices.RdlObjectModel.ArgumentTooLargeException
Public Sub New (component As Object, property As String, value As Object, maximum As Object)
パラメーター
- component
- Object
例外が発生したコンポーネント。
- property
- String
例外の原因となったプロパティ。
- value
- Object
プロパティの値。
- maximum
- Object
プロパティに許容される最大値。