Accusoft.PdfXpress6.Net
TextBoxExceedsPageBoundsException Constructor(String,Exception)




A string value which represents the error message.
An inner System.Exception.
Thrown when the bounds of a user text box exceed the page bounds to which the text is added allowing to pass in an error message and an inner exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
'Usage
 
Dim message As String
Dim innerException As Exception
 
Dim instance As New TextBoxExceedsPageBoundsException(message, innerException)
public TextBoxExceedsPageBoundsException( 
   string message,
   Exception innerException
)
public: TextBoxExceedsPageBoundsException( 
   string* message,
   Exception* innerException
)
public:
TextBoxExceedsPageBoundsException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
A string value which represents the error message.
innerException
An inner System.Exception.
See Also

Reference

TextBoxExceedsPageBoundsException Class
TextBoxExceedsPageBoundsException Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback