ArgumentTooLargeException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ArgumentTooLargeException 클래스의 새 인스턴스를 초기화합니다.
오버로드
ArgumentTooLargeException(SerializationInfo, StreamingContext) |
serialize된 데이터를 사용하여 ArgumentTooLargeException 클래스의 새 인스턴스를 초기화합니다. |
ArgumentTooLargeException(Object, String, Object, Object) |
ArgumentTooLargeException 클래스의 새 인스턴스를 초기화합니다. |
ArgumentTooLargeException(SerializationInfo, StreamingContext)
serialize된 데이터를 사용하여 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
속성의 최대 허용 값입니다.