XmlSerializationException 생성자 (String, Exception, Int32, Int32)

Initializes a new instance of XmlSerializationException class using a message string, the inner Exception received, a line number, and line position.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Sub New ( _
    message As String, _
    innerException As Exception, _
    lineNumber As Integer, _
    linePosition As Integer _
)
‘사용 방법
Dim message As String 
Dim innerException As Exception 
Dim lineNumber As Integer 
Dim linePosition As Integer 

Dim instance As New XmlSerializationException(message, _
    innerException, lineNumber, linePosition)
public XmlSerializationException(
    string message,
    Exception innerException,
    int lineNumber,
    int linePosition
)
public:
XmlSerializationException(
    String^ message, 
    Exception^ innerException, 
    int lineNumber, 
    int linePosition
)
new : 
        message:string * 
        innerException:Exception * 
        lineNumber:int * 
        linePosition:int -> XmlSerializationException
public function XmlSerializationException(
    message : String, 
    innerException : Exception, 
    lineNumber : int, 
    linePosition : int
)

매개 변수

  • message
    유형: System.String
    A String with the message to display.
  • innerException
    유형: System.Exception
    The inner exception object received with current exception.
  • lineNumber
    유형: System.Int32
    An Integer value with the line number where the exception occurred.
  • linePosition
    유형: System.Int32
    An Integer value with the line position where the exception occurred.

참고 항목

참조

XmlSerializationException 클래스

XmlSerializationException 오버로드

Microsoft.AnalysisServices 네임스페이스