다음을 통해 공유


InvalidGestureSegmentException 생성자

정의

오버로드

InvalidGestureSegmentException(String)
InvalidGestureSegmentException(String, GestureSegment)
InvalidGestureSegmentException(String, String)

InvalidGestureSegmentException(String)

public InvalidGestureSegmentException (string messageFormatString);

매개 변수

messageFormatString
String

적용 대상

InvalidGestureSegmentException(String, GestureSegment)

public InvalidGestureSegmentException (string messageFormatString, Microsoft.Gestures.GestureSegment gestureSegment);

매개 변수

messageFormatString
String
gestureSegment
GestureSegment

적용 대상

InvalidGestureSegmentException(String, String)

public InvalidGestureSegmentException (string messageFormatString, string gestureSegmentName);

매개 변수

messageFormatString
String
gestureSegmentName
String

적용 대상